openCashDrawer method

Future<void> openCashDrawer()

Open the cash drawer.

Sends a command to the connected cash drawer to open it.

Implementation

Future<void> openCashDrawer() async {
  IminPrinterPlatform.instance.openCashDrawer();
}