searchBleDevices method

Stream<ESPDevice> searchBleDevices(
  1. String prefix
)

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.');
}