scanResults property
实现 FlutterBluetoothPluginPlatform.scanResults。
Web 端每次 startScan 成功只产生一条用户选择的设备结果。
Implementation
@override
Stream<BluetoothScanResult> get scanResults => _scanResultsController.stream;
实现 FlutterBluetoothPluginPlatform.scanResults。
Web 端每次 startScan 成功只产生一条用户选择的设备结果。
@override
Stream<BluetoothScanResult> get scanResults => _scanResultsController.stream;