withOptimistic method
Sets whether optimistic updates are supported.
Implementation
InteractionBuilder<T> withOptimistic(bool supports) {
_supportsOptimistic = supports;
return this;
}
Sets whether optimistic updates are supported.
InteractionBuilder<T> withOptimistic(bool supports) {
_supportsOptimistic = supports;
return this;
}