static Future<String?> getString(String key) async { final prefs = await _getInstance(); return prefs.getString(key); }