cutPaper method

Future<void> cutPaper()

Implementation

Future<void> cutPaper() async {
  await _methodChannel.invokeMethod("cutPaper");
}