stream property
Stream<NetworkState>
get
stream
Stream of state changes.
Implementation
Stream<NetworkState> get stream => _controller.stream;
Stream of state changes.
Stream<NetworkState> get stream => _controller.stream;