printAndQuitPaper method

Future<void> printAndQuitPaper(
  1. int value
)

Implementation

Future<void> printAndQuitPaper(int value) {
  throw UnimplementedError('printAndQuitPaper() has not been implemented.');
}