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