cutPaper static method

Future cutPaper()

切纸 仅支持台式机带切刀的机器

Implementation

static Future cutPaper() async {
  await _channel.invokeMethod('cutPaper');
}