commit method

  1. @MPI(name: "mesh.savepoint.commit")
Future<void> commit(
  1. String xid, {
  2. Context? ctx,
})

Commit a savepoint.

Implementation

@MPI(name: "mesh.savepoint.commit")
Future<void> commit(String xid, {Context? ctx}) {
  throw UnimplementedError('commit() has not been implemented.');
}