menu
xcloudsdk_flutter package
documentation
ble/ble_api.dart
BleAPI
stopScan method
stopScan method
dark_mode
light_mode
stopScan
method
Future
<
void
>
stopScan
(
)
停止扫描
Implementation
Future<void> stopScan() async { return _api.stopScan(); }
xcloudsdk_flutter package
documentation
ble/ble_api
BleAPI
stopScan method
BleAPI class