activeConnectionAdded property

Stream<NetworkManagerActiveConnection> activeConnectionAdded

Stream of active connections as they are added.

Implementation

Stream<NetworkManagerActiveConnection> get activeConnectionAdded =>
    _activeConnectionAddedStreamController.stream;