setProfileSport static method

void setProfileSport(
  1. String profile
)

Implementation

static void setProfileSport(String profile) async {
  SharedPreferences pref = await SharedPreferences.getInstance();
  await pref.setString(Key_profileSport, profile);
}