withRollback method
Sets the rollback interaction.
Implementation
InteractionBuilder<T> withRollback(InteractionDefinition rollback) {
_rollback = rollback;
return this;
}
Sets the rollback interaction.
InteractionBuilder<T> withRollback(InteractionDefinition rollback) {
_rollback = rollback;
return this;
}