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