cutPaper method
Implementation
Future<void> cutPaper(PaperCutMode m, int n) async {
throw UnimplementedError('cutPaper() has not been implemented.');
}
Future<void> cutPaper(PaperCutMode m, int n) async {
throw UnimplementedError('cutPaper() has not been implemented.');
}