removeAll static method

void removeAll()

Implementation

static void removeAll() {
  for (int i = 0; i < _muqSnackbars.length; i++) {
    _muqSnackbars[i].info.entry.remove();
  }
  _muqSnackbars.removeWhere((element) => true);
}