@override Future<void> remove(String key) async { if (containsKey(key)) { await _preferences.remove(key); } }