Future<void> setToken(String x) async { SharedPreferences sp = await SharedPreferences.getInstance(); await sp.setString('token', x); }