pop method

void pop()

Implementation

void pop() {
  toastQueues.removeAt(0);
  currentToasting = null;
  check();
}