notificationSchedulerProvider top-level property
- @ProviderFor.new(notificationScheduler)
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,
);