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