cutPaper method
Cuts the paper.
Implementation
Future<void> cutPaper() {
throw UnimplementedError('cutPaper() has not been implemented.');
}
Cuts the paper.
Future<void> cutPaper() {
throw UnimplementedError('cutPaper() has not been implemented.');
}