@override Future<bool> setString(String key, String value) async { return await _prefs!.setString(key, value); }