executeBatch abstract method

Future<void> executeBatch(
  1. List<BatchOperation> operations
)

Implementation

Future<void> executeBatch(List<BatchOperation> operations);