notificationSettingsProvider top-level property

dynamic notificationSettingsProvider
final

Implementation

final notificationSettingsProvider = AsyncNotifierProvider.autoDispose<
    AsyncNotificationSettingNotifier, NotificationSettings>(
  () => AsyncNotificationSettingNotifier(),
);