startBlePrinterDiscovery method

  1. @override
void startBlePrinterDiscovery()
override

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

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