Future<bool> deleteKey(String key) async { final storage = await SharedPreferences.getInstance(); return await storage.remove(key); }