{zh} @brief 文件级别的重试次数,默认值为 3
FutureOr<void> setFileRetryCount(int retryCount) async { return await nativeCall('setFileRetryCount', [retryCount]); }