scanResults property

Stream<BluetoothDevice> get scanResults

Returns an event stream for every bluetooth device found during scan

Implementation

Stream<BluetoothDevice> get scanResults => _instance.scanResults();