searchBleDevices method
Start searching for BLE devices with the given prefix Returns a stream of discovered devices
Implementation
Stream<ESPDevice> searchBleDevices(String prefix) {
throw UnimplementedError('searchBleDevices() has not been implemented.');
}