static Future<bool> setItem(String name, String value) async { final SharedPreferences prefs = await _prefs; return prefs.setString(name, value); }