add method

void add(
  1. Key key,
  2. Toastify toast
)

Implementation

void add(Key key, Toastify toast) {
  _multiToast[key] = toast;
}