Future<bool> exists(String collectionName) async { final file = await _getFile(collectionName); return HarnDBPlatform.instance.exist(file); }