save(String key, String value) async { try{ await sharedPreferences!.setString(key, value); }catch(e){log(e.toString());} }