stopBleSearch method
Stop searching for BLE devices
Implementation
Future<void> stopBleSearch() {
return EspIdfPlatform.instance.stopBleSearch();
}
Stop searching for BLE devices
Future<void> stopBleSearch() {
return EspIdfPlatform.instance.stopBleSearch();
}