notificationProvider top-level property
Implementation
final notificationProvider =
StateNotifierProvider<NotificationNotifier, NotificationState>(
(ref) => NotificationNotifier(),
);
final notificationProvider =
StateNotifierProvider<NotificationNotifier, NotificationState>(
(ref) => NotificationNotifier(),
);