notificationProvider top-level property

StateNotifierProvider<NotificationNotifier, NotificationState> notificationProvider
final

Implementation

final notificationProvider =
    StateNotifierProvider<NotificationNotifier, NotificationState>(
      (ref) => NotificationNotifier(),
    );