{zh} @brief 设置最大上传速度
FutureOr<void> setMaxUploadSpeedThresh(int value) async { return await nativeCall('setMaxUploadSpeedThresh', [value]); }