show static method

void show(
  1. ToastItem item
)

Implementation

static void show(ToastItem item) {
  _items.add(item);
  _showNext();
}