waitForTurnOff method

dynamic waitForTurnOff()

Implementation

waitForTurnOff() {
  _waitForToggleState(false);
}