@override Future<String?> getString(String key) async { final String? storedItem = await get(key); return storedItem; }