notificationsHasReachedEndProvider top-level property
final
Provides whether the end of the notification list has been reached.
Implementation
final notificationsHasReachedEndProvider = Provider.autoDispose<bool>(
(ref) => ref.watch(notificationsApiNotifierProvider).hasReachedEnd,
);