cutPaper method

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

Triggers the paper cutter if available.

Implementation

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