Future<dynamic> readItem({required String key}) async { final value = await storage.read(key); return value; }