Future<void> setConnectTokenResponse(String response) async { SharedPreferences preferences = await SharedPreferences.getInstance(); await preferences.setString(connectTokenResponse, response); }