partialCutPaper method

Future<bool> partialCutPaper()

Corte parcial do papel

Implementation

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