fullCut method

Future<void> fullCut()

Full cut

Perform Full cut paper in printing

Implementation

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