stopPrinterDiscovery method

void stopPrinterDiscovery()

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

Implementation

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