stopSearchDevices method

dynamic stopSearchDevices()

停止蓝牙搜索

Implementation

stopSearchDevices() async {
  await JFApi.xcNet.xcBlueToothSearchStart();
  isSearching = false;
}