SettingsController constructor
SettingsController(
- SettingsService _settingsService,
- ThemeMode _themeMode,
- NotificationService _notificationService,
Implementation
SettingsController(this._settingsService, this._themeMode,
this._sharedPreferences, this._notificationService);