Triggers the paper cutter if available.
@override Future<void> cutPaper() async { await _channel.invokeMethod('cutPaper'); }