bluetoothDeviceFoundStream property

Stream<MyBluetoothDevice> get bluetoothDeviceFoundStream

Implementation

Stream<MyBluetoothDevice> get bluetoothDeviceFoundStream =>
    _bluetoothDeviceFound.stream;