off method

void off(
  1. String name
)

取消监听

Implementation

void off(String name) {
  _containers[name] = [];
}