Future<void> clear({bool force = false}) async { await _blobDiskDriver.destroy(force: force); await _collection.clear(); }