iGetPrinterStatus method

Future<int> iGetPrinterStatus()

Implementation

Future<int> iGetPrinterStatus() async {
  return UniFlutterPluginPlatform.instance.iGetPrinterStatus();
}