stopPrinterDiscovery method

  1. @override
void stopPrinterDiscovery()
override

stopPrinterDiscovery() stops all discovery scans that were previously started.

Implementation

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