static saveString(String key, String value) async { SharedPreferences sp = await SharedPreferences.getInstance(); return sp.setString(key, value); }