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