stream property

Stream<NetworkState> get stream

Stream of state changes — compatible with Riverpod's StateNotifier.stream.

Implementation

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