getStatus method

Future<String> getStatus()

Get Status

Return String printer status. Different printer gives different status code. Please refer to this site: https://oss-sg.imin.sg/docs/en/PrinterSDK.html

Implementation

Future<String> getStatus() async {
  return IminPrinterPlatform.instance.getStatus();
}