remove static method

dynamic remove(
  1. String event
)

移除监听

Implementation

static remove(String event) {
  _eventMap.remove(event);
}