sendTsplCommand method

  1. @override
Future<void> sendTsplCommand(
  1. Uint8List tspl
)
override

向本地打印机发送 tspl 指令

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

Implementation

@override
Future<void> sendTsplCommand(Uint8List tspl) async {
  return await _myPlugin.sendTsplCommand(tspl);
}