remove abstract method

void remove(
  1. String toastId
)

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);