sendEscCommand abstract method

Future<void> sendEscCommand(
  1. Uint8List esc
)

向本地打印机发送 esc 指令

@param esc esc 指令字节流数据 @throws SdkException 运行时异常

Implementation

Future<void> sendEscCommand(Uint8List esc);