statusStream property

Stream<bool> get statusStream

Stream of internet reachability changes (deduped).

Implementation

Stream<bool> get statusStream => _controller.stream;