@override Future<bool> hasKey(String key) async { final file = await _getFile(); return await file.exists(); }