clear static method

dynamic clear(
  1. String topic
)

Implementation

static clear(String topic) {
  messages.remove(topic);
}