scanResults property

  1. @override
Stream<BluetoothScanResult> get scanResults
override

实现 FlutterBluetoothPluginPlatform.scanResults

Web 端每次 startScan 成功只产生一条用户选择的设备结果。

Implementation

@override
Stream<BluetoothScanResult> get scanResults => _scanResultsController.stream;