@override Future<void> fullCutAndFeedPaper(int length) async { await methodChannel .invokeMethod<void>('fullCutAndFeedPaper', {"length": length}); }