initialNotificationSettingsUseCaseProvider top-level property
final
Implementation
final initialNotificationSettingsUseCaseProvider =
Provider<InitialNotificationSettingsUseCase>(
(ref) => NoopInitialNotificationSettingsUseCase(),
);