activeConnectionRemoved property

Stream<NetworkManagerActiveConnection> activeConnectionRemoved

Stream of active connections as they are removed.

Implementation

Stream<NetworkManagerActiveConnection> get activeConnectionRemoved =>
    _activeConnectionRemovedStreamController.stream;