beginTransaction abstract method
Starts a new transaction and returns an opaque value representing it.
If crossEntityGroup
is true
, the transaction can work on up to 5
entity groups. Otherwise the transaction will be limited to only operate
on a single entity group.
Implementation
Future<Transaction> beginTransaction({bool crossEntityGroup = false});