deviceResult method

  1. @override
Stream<BluetoothBLEModel> deviceResult()
override

subscription scan BluetoothBLEModel device

Implementation

@override
Stream<BluetoothBLEModel> deviceResult() => deviceChannel
    .receiveBroadcastStream()
    .map((event) => BluetoothBLEModel.fromBuffer(event));