IdempotencyConfig constructor
const
IdempotencyConfig({})
Builds a config with defaults: lowercase idempotency-key header,
crypto-secure 128-bit hex generator, IDEMPOTENT methods only.
Implementation
const IdempotencyConfig({
this.headerName = idempotencyKeyHeader,
this.keyGenerator,
this.includeNoSideEffects = false,
});