isConnecting property

Stream<bool> get isConnecting

Implementation

Stream<bool> get isConnecting {
  return _cstream.stream;
}