stopBleSearch method

Future<void> stopBleSearch()

Stop searching for BLE devices

Implementation

Future<void> stopBleSearch() {
  return EspIdfPlatform.instance.stopBleSearch();
}