@override bool getBool(String key, bool defaultValue) { return prefs?.getBool(key) ?? defaultValue; }