setFromWhere static method
Implementation
static void setFromWhere(String fromwhereyou) async {
SharedPreferences pref = await SharedPreferences.getInstance();
await pref.setString(fromWhere, fromwhereyou);
}
static void setFromWhere(String fromwhereyou) async {
SharedPreferences pref = await SharedPreferences.getInstance();
await pref.setString(fromWhere, fromwhereyou);
}