cutPaper static method

Future<void> cutPaper()

Cuts the paper (only supported by limited devices)

Implementation

static Future<void> cutPaper() async {
  await _channel.invokeMethod(commandCutPaper);
}