toggleHighContrast method
- bool enabled
Toggles high contrast (for future use)
Implementation
void toggleHighContrast(bool enabled) {
emit(state.copyWith(highContrastEnabled: enabled));
_repository.saveAppPreferences(state.toAppPreferences());
}
Toggles high contrast (for future use)
void toggleHighContrast(bool enabled) {
emit(state.copyWith(highContrastEnabled: enabled));
_repository.saveAppPreferences(state.toAppPreferences());
}