startBlePrinterDiscovery method

void startBlePrinterDiscovery()

startBlePrinterDiscovery() 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

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