RequestOptions constructor
const
RequestOptions({
- CancellationToken? cancelToken,
- RetryPolicy? retry,
- ProgressCallback? onSendProgress,
- ProgressCallback? onReceiveProgress,
- int? timeout,
- bool skipDeduplication = false,
Implementation
const RequestOptions({
this.cancelToken,
this.retry,
this.onSendProgress,
this.onReceiveProgress,
this.timeout,
this.skipDeduplication = false,
});