{zh} @brief 设置上传文件数量
FutureOr<void> setFileNum(int num) async { return await nativeCall('setFileNum', [num]); }