remove method

void remove()

Implementation

void remove() {
  info.entry.remove();
  _muqSnackbars.removeWhere((element) => element == this);
}