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