{zh} @brief 分片重试次数,默认值为 2
FutureOr<void> setSliceReTryCount(int retryCount) async { return await nativeCall('setSliceReTryCount', [retryCount]); }