static Future<bool> setString(String key, String value) async { final prefs = await _getInstance(); return await prefs.setString(key, value); }