notificationSchedulerProvider top-level property

  1. @ProviderFor.new(notificationScheduler)
Provider<NotificationScheduler> notificationSchedulerProvider
final

See also notificationScheduler.

Implementation

@ProviderFor(notificationScheduler)
final notificationSchedulerProvider = Provider<NotificationScheduler>.internal(
  notificationScheduler,
  name: r'notificationSchedulerProvider',
  debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product')
      ? null
      : _$notificationSchedulerHash,
  dependencies: null,
  allTransitiveDependencies: null,
);