stopSearchDevices method
dynamic
stopSearchDevices()
停止蓝牙搜索
Implementation
stopSearchDevices() async {
await JFApi.xcNet.xcBlueToothSearchStart();
isSearching = false;
}
停止蓝牙搜索
stopSearchDevices() async {
await JFApi.xcNet.xcBlueToothSearchStart();
isSearching = false;
}