stream property

Stream<NetworkState> get stream

Stream of state changes.

Implementation

Stream<NetworkState> get stream => _controller.stream;