forgetLastConnectedPrinter method
forgetLastConnectedPrinter() clears the value of "LastConnectedPrinterName internally preventing auto-connections.
Implementation
Future<void> forgetLastConnectedPrinter() async {
return await BradyFlutterPluginPlatform.instance
.forgetLastConnectedPrinter();
}