redo method

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

Redo dolog void redo before commit.

Implementation

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