clearBrightness static method
Clears the BrightnessPreference
Implementation
static Future<void> clearBrightness() async {
final SharedPreferences prefs = await SharedPreferences.getInstance();
await prefs.remove(_sharedPreferencesKey);
}
Clears the BrightnessPreference
static Future<void> clearBrightness() async {
final SharedPreferences prefs = await SharedPreferences.getInstance();
await prefs.remove(_sharedPreferencesKey);
}