setAutoWait method

void setAutoWait(
  1. bool flag
)
inherited

Enable or disables the auto wait.

Implementation

void setAutoWait(bool flag) {
  _autoWait = flag;
}