getPrinterInfo method
Get the printer information which is currently set.
Implementation
Future<PrinterInfo> getPrinterInfo() async {
return mPrinterInfo;
}
Get the printer information which is currently set.
Future<PrinterInfo> getPrinterInfo() async {
return mPrinterInfo;
}