toast method

void toast(
  1. Flare toast
)

Implementation

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