disconnect method

void disconnect()

断连

Implementation

void disconnect() {
  _xximCore?.disconnect();
  closePullSubscribe();
}