toast method

void toast(
  1. PopModel toast
)

Implementation

void toast(PopModel toast) {
  toastQueues.add(toast);
  check();
}