{zh} @brief 传入工作流 ID,从而触发媒体处理任务
FutureOr<void> setTemplateId(String templateId) async { return await nativeCall('setTemplateId', [templateId]); }