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