@override Future<bool?> getBoolean(String key) async { final map = await read(); return map[key] as bool?; }