cut static method

Future<void> cut()

cut

This method will cut the paper

Implementation

static Future<void> cut() async {
  await _channel.invokeMethod("CUT_PAPER");
}