SettingsRepository constructor

SettingsRepository(
  1. UserId userId,
  2. SettingsDriftProvider _settingsLocal,
  3. BackgroundDriftProvider _backgroundLocal,
  4. CallRectDriftProvider _callRectLocal,
)

Implementation

SettingsRepository(
  this.userId,
  this._settingsLocal,
  this._backgroundLocal,
  this._callRectLocal,
);