setTokenSport static method

void setTokenSport(
  1. String token
)

Implementation

static void setTokenSport(String token) async {
  SharedPreferences pref = await SharedPreferences.getInstance();
  await pref.setString(KeytokenSport, token);
}