notificationServiceProvider top-level property

  1. @ProviderFor.new(notificationService)
Provider<NotificationService?> notificationServiceProvider
final

See also notificationService.

Implementation

@ProviderFor(notificationService)
final notificationServiceProvider = Provider<NotificationService?>.internal(
  notificationService,
  name: r'notificationServiceProvider',
  debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product')
      ? null
      : _$notificationServiceHash,
  dependencies: null,
  allTransitiveDependencies: null,
);