startWifiPrinterDiscovery method

  1. @override
void startWifiPrinterDiscovery()
override

startWifiPrinterDiscovery() starts the Bluetooth 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

@override
void startWifiPrinterDiscovery() {
  methodChannel.invokeMethod<String>('startWifiPrinterDiscovery');
}