queueNext method

void queueNext()

Jumps to the next item in the queue.

Implementation

void queueNext() {
  _hostApi.queueNextItem();
}