deviceResult method
subscription scan BluetoothBLEModel device
Implementation
@override
Stream<BluetoothBLEModel> deviceResult() => deviceChannel
.receiveBroadcastStream()
.map((event) => BluetoothBLEModel.fromBuffer(event));
subscription scan BluetoothBLEModel device
@override
Stream<BluetoothBLEModel> deviceResult() => deviceChannel
.receiveBroadcastStream()
.map((event) => BluetoothBLEModel.fromBuffer(event));