SettingsCubit constructor
- SettingsRepository _repository, {
- ThemeCubit? themeCubit,
Implementation
SettingsCubit(this._repository, {ThemeCubit? themeCubit})
: _themeCubit = themeCubit,
super(const SettingsState());
SettingsCubit(this._repository, {ThemeCubit? themeCubit})
: _themeCubit = themeCubit,
super(const SettingsState());