createRollback method

InteractionDefinition? createRollback()

Creates a rollback interaction (optional).

If provided, this interaction will be executed if the main interaction fails and needs to be rolled back.

Returns null if rollback is not supported.

Implementation

InteractionDefinition? createRollback() => null;