deviceAdded property

Stream of devices as they are added.

Implementation

Stream<NetworkManagerDevice> get deviceAdded =>
    _deviceAddedStreamController.stream;