SettingsRepository constructor
- UserId userId,
- SettingsDriftProvider _settingsLocal,
- BackgroundDriftProvider _backgroundLocal,
- CallRectDriftProvider _callRectLocal,
Implementation
SettingsRepository(
this.userId,
this._settingsLocal,
this._backgroundLocal,
this._callRectLocal,
);