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