localNotificationService function
- dynamic ref
Implementation
@riverpod
LocalNotificationService localNotificationService(
LocalNotificationServiceRef ref,
) {
return LocalNotificationService();
}
@riverpod
LocalNotificationService localNotificationService(
LocalNotificationServiceRef ref,
) {
return LocalNotificationService();
}