cutPaper method

Future<bool> cutPaper()

Implementation

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