connect method

void connect(
  1. String wsUrl
)

连接

Implementation

void connect(String wsUrl) {
  _xximCore?.connect(wsUrl);
}