batchRollback method

void batchRollback()

Cancels all of the operations in this batch

Implementation

void batchRollback() async {
  return SqfEntityProvider(this).batchRollback();
}