batchRollback method

void batchRollback()

Rollback transaction

Cancels all of the operations in this batch

Implementation

void batchRollback() async {
  openedBatch[_dbModel!.databaseName!] = null;
}