initialNotificationSettingsUseCaseProvider top-level property

Provider<InitialNotificationSettingsUseCase> initialNotificationSettingsUseCaseProvider
final

Implementation

final initialNotificationSettingsUseCaseProvider =
    Provider<InitialNotificationSettingsUseCase>(
  (ref) => NoopInitialNotificationSettingsUseCase(),
);