presentation/providers/notification_providers library

Classes

NotificationScheduler

Properties

fcmServiceProvider Provider<FcmService>
See also fcmService.
final
longestStreakProvider AutoDisposeFutureProvider<int>
See also longestStreak.
final
notificationPreferencesProvider AutoDisposeFutureProvider<NotificationPreferences>
See also notificationPreferences.
final
notificationSchedulerProvider Provider<NotificationScheduler>
See also notificationScheduler.
final
notificationServiceProvider Provider<NotificationService?>
See also notificationService.
final
streakProvider AutoDisposeFutureProvider<int>
See also streak.
final

Functions

fcmService(Ref<Object?> ref) FcmService
longestStreak(Ref<Object?> ref) Future<int>
notificationPreferences(Ref<Object?> ref) Future<NotificationPreferences>
notificationScheduler(Ref<Object?> ref) NotificationScheduler
notificationService(Ref<Object?> ref) NotificationService?
streak(Ref<Object?> ref) Future<int>

Typedefs

FcmServiceRef = ProviderRef<FcmService>
LongestStreakRef = AutoDisposeFutureProviderRef<int>
NotificationPreferencesRef = AutoDisposeFutureProviderRef<NotificationPreferences>
NotificationSchedulerRef = ProviderRef<NotificationScheduler>
NotificationServiceRef = ProviderRef<NotificationService?>
StreakRef = AutoDisposeFutureProviderRef<int>