Sends a command to cut the paper.
@override Future<void> cutPaper() async { await methodChannel.invokeMethod<void>('cutPaper'); }