{zh} @brief 单个分片传输超时,单位为 s,默认值为 40
FutureOr<void> setRWTimeout(int timeOut) async { return await nativeCall('setRWTimeout', [timeOut]); }