printerStartPrint method

Future<void> printerStartPrint()

Starts print for queued vendor commands.

Implementation

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