statusStream property

Stream<TorStatusEvent> get statusStream

Stream of Tor status events (bootstrap progress + connected/error).

Implementation

static Stream<TorStatusEvent> get statusStream {
  _ensureEventSubscription();
  return _statusController.stream;
}