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