clearAll method

void clearAll()

取消全部

Implementation

void clearAll() {
  _controller.clear();
  _streamListen.clear();
  _streamState.clear();
}