withPriority method
Sets the execution priority.
Implementation
InteractionBuilder<T> withPriority(int priority) {
_priority = priority;
return this;
}
Sets the execution priority.
InteractionBuilder<T> withPriority(int priority) {
_priority = priority;
return this;
}