getPrinterStatus method

Future<int?> getPrinterStatus()

Implementation

Future<int?> getPrinterStatus() {
  return TySmartPosApiPluginPlatform.instance.getPrinterStatus();
}