@override Future<void> cutPaper() async { var methodName = 'cutPaper'; return await methodChannel.invokeMethod<void>(methodName); }