{zh} @brief 设置 trace ID
FutureOr<void> setTraceId(String traceId) async { return await nativeCall('setTraceId', [traceId]); }