static write(String key, String data) async { final pref = await SharedPreferences.getInstance(); pref.setString(key, data); }