batchStart method

Future<bool> batchStart()

Start a transaction batch to commit all of the operations in a batch as a single atomic unit

Implementation

Future<bool> batchStart() async {
  return await SqfEntityProvider(this).batchStart();
}