cutPaper method

Future<String?> cutPaper(
  1. CutPaperType type
)

Implementation

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