localNotificationService function

  1. @riverpod
LocalNotificationService localNotificationService(
  1. dynamic ref
)

Implementation

@riverpod
LocalNotificationService localNotificationService(
  LocalNotificationServiceRef ref,
) {
  return LocalNotificationService();
}