Future<bool> remove(String key) async{ EncryptedSharedPreferences pref = _pref!; return pref.remove(key); }