batchWrite method
Implementation
Future<void> batchWrite(Function(WriteBatch batch) updateFunction) =>
_service.batchWrite(updateFunction);
Future<void> batchWrite(Function(WriteBatch batch) updateFunction) =>
_service.batchWrite(updateFunction);