sendTsplCommand abstract method

Future<void> sendTsplCommand(
  1. Uint8List tspl
)

向本地打印机发送 tspl 指令

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

Implementation

Future<void> sendTsplCommand(Uint8List tspl);