isClosed method

bool isClosed()

Implementation

bool isClosed() {
  if (_wsRpc2Client != null) {
    return _wsRpc2Client!.isClosed;
  }
  return true;
}