deviceRemoved property

Stream<UPowerDevice> deviceRemoved

Stream of devices as they are removed.

Implementation

Stream<UPowerDevice> get deviceRemoved => _deviceRemovedController.stream;