hideMessageById method

dynamic hideMessageById(
  1. String id
)

Implementation

hideMessageById(String id) {
  toastification.dismissById(id);
}