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