setData(String key, String data) async { SharedPreferences prefs = await instance.prefs; return prefs.setString(key,data); }