deviceAdded property

Stream<UPowerDevice> deviceAdded

Stream of devices as they are added.

Implementation

Stream<UPowerDevice> get deviceAdded => _deviceAddedController.stream;