remove method

void remove(
  1. Key key
)

Implementation

void remove(Key key) {
  _multiToast.remove(key);
}