isDisconnecting property

Stream<bool> get isDisconnecting

Implementation

Stream<bool> get isDisconnecting {
  return _dstream.stream;
}