cutPaper method

Future<void> cutPaper(
  1. PaperCutMode m,
  2. int n
)

Implementation

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