stateStream property
Stream<NetworkState>
get
stateStream
Unified stream of NetworkState changes.
This merges connectivity events, sync progress, and per-request lifecycle states into a single reactive stream.
Implementation
Stream<NetworkState> get stateStream => _stateController.stream;