Future<dynamic> getDynamic(String key) async{ SharedPreferences pref = _pref!; return pref.get(key); }