isConnecting method

bool isConnecting()

Implementation

bool isConnecting() {
  return _ws != null && _ws!.isConnecting();
}