clearLCDScreen method

Future<void> clearLCDScreen()

Clear LCD Screen

Send command to clear LCD Screen.

Implementation

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