cutPaper method

  1. @override
Future<void> cutPaper()
override

Sends a command to cut the paper.

Implementation

@override
Future<void> cutPaper() async {
  await methodChannel.invokeMethod<void>('cutPaper');
}