posSetInverse static method

Uint8List? posSetInverse(
  1. int inverse
)

设置反显打印 @param inverse @return

Implementation

static Uint8List? posSetInverse(int inverse) {
  Command.gsB[2] = inverse;
  return Uint8List.fromList(Command.gsB);
}