startTransaction method

Future<QueryExecutor> startTransaction()
inherited

Implementation

Future<QueryExecutor> startTransaction() {
  throw UnimplementedError('startTransaction not implemented');
}