setPassword static method
Implementation
static void setPassword(String password) async {
SharedPreferences pref = await SharedPreferences.getInstance();
await pref.setString(Key_password, password);
}
static void setPassword(String password) async {
SharedPreferences pref = await SharedPreferences.getInstance();
await pref.setString(Key_password, password);
}