notificationScheduler function

  1. @Riverpod(keepAlive: true)
NotificationScheduler notificationScheduler(
  1. Ref<Object?> ref
)

Implementation

@Riverpod(keepAlive: true)
NotificationScheduler notificationScheduler(Ref ref) {
  return NotificationScheduler(ref);
}