connectivityController property

StreamController<ConnectivityWatcherStatus> connectivityController
getter/setter pair

Implementation

StreamController<ConnectivityWatcherStatus> connectivityController =
    StreamController<ConnectivityWatcherStatus>.broadcast();