queueNext method
void
queueNext()
Jumps to the next item in the queue.
Implementation
void queueNext() {
_hostApi.queueNextItem();
}
Jumps to the next item in the queue.
void queueNext() {
_hostApi.queueNextItem();
}