printCodeTable abstract method

List<int> printCodeTable({
  1. String? codeTable,
})

Print selected code table.

If codeTable is null, global code table is used. If global code table is null, default printer code table is used.

Implementation

List<int> printCodeTable({
  String? codeTable,
});