remove abstract method
manually removes a toast with toastId from the toasts.
will not trigger the toasts toastsAction, but will trigger the toasts dismissAction.
Implementation
void remove(String toastId);
manually removes a toast with toastId from the toasts.
will not trigger the toasts toastsAction, but will trigger the toasts dismissAction.
void remove(String toastId);