onConnectivityChanged property

Stream<bool> get onConnectivityChanged

Stream of connectivity changes

Implementation

Stream<bool> get onConnectivityChanged => _connectivityController.stream;