onDeviceDiscovered property

Stream<BluetoothDevice> get onDeviceDiscovered

Implementation

Stream<BluetoothDevice> get onDeviceDiscovered =>
    _deviceDiscoveryStreamController.stream;