cutPaper method

Future<void> cutPaper()

Cuts the paper.

Implementation

Future<void> cutPaper() {
  throw UnimplementedError('cutPaper() has not been implemented.');
}