static Future<String> read(String key) async { final pref = await SharedPreferences.getInstance(); return pref.getString(key) ?? ""; }