bluetoothDevices property

Stream<List<BluetoothDevice?>?> get bluetoothDevices

Implementation

Stream<List<BluetoothDevice?>?> get bluetoothDevices =>
    throw UnimplementedError(
        'getter for bluetoothDevices has not been implemented.');