cutPaper method

Future<String?> cutPaper()

Cut the paper.

Implementation

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