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