onDeviceFound property
Stream<BluetoothDevice>
get
onDeviceFound
Stream triggered when device is found
Implementation
Stream<BluetoothDevice> get onDeviceFound => _deviceFoundController.stream;
Stream triggered when device is found
Stream<BluetoothDevice> get onDeviceFound => _deviceFoundController.stream;