setFromWhere static method

void setFromWhere(
  1. String fromwhereyou
)

Implementation

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