SettingsController constructor

SettingsController(
  1. SettingsService _settingsService,
  2. ThemeMode _themeMode,
  3. SharedPreferences _sharedPreferences,
  4. NotificationService _notificationService,
  5. ClientContext _clientContext,
)

Implementation

SettingsController(this._settingsService, this._themeMode,
    this._sharedPreferences, this._notificationService, this._clientContext);