startWifiPrinterDiscovery method

void startWifiPrinterDiscovery()

startWifiPrinterDiscovery() starts the Wifi scan for nearby Brady Printers. All of the details about these devices are stored internally and can be retrieved using the getPrinters() API method.

Implementation

void startWifiPrinterDiscovery() {
  throw UnimplementedError(
      'startWifiPrinterDiscovery() has not been implemented.');
}