endJob method

List<int> endJob()

Ends printer job.

Implementation

List<int> endJob() {
  List<int> bytes = [];
  bytes += cEndJob.codeUnits;
  return bytes;
}