@override Future<void> delete(String key) async { final prefs = await SharedPreferences.getInstance(); await prefs.remove(key); }