showToast method

void showToast(
  1. ModulaToast toast
)

Implementation

void showToast(ModulaToast toast) {
  _queue.add(toast);
  _showNext();
}