cancel 方法

void cancel()

取消连接尝试。

这也会导致 套接字 Future 使用 SocketException 错误来完成。

实现

void cancel() {
  _onCancel();
}