stopPrinterDiscovery method
void
stopPrinterDiscovery()
stopPrinterDiscovery() stops all discovery scans that were previously started.
Implementation
void stopPrinterDiscovery() {
BradyFlutterPluginPlatform.instance.stopPrinterDiscovery();
}