Remove many objects in a single operation when supported.
@override Future<void> deleteMany(Iterable<String> paths) async { for (final path in paths) { await delete(path); } }