onDeviceFound property

Stream<BluetoothDevice> get onDeviceFound

Stream triggered when device is found

Implementation

Stream<BluetoothDevice> get onDeviceFound => _deviceFoundController.stream;