keyGenerator property
Source of the key value. Defaults to defaultIdempotencyKeyGenerator,
which emits a 128-bit hex string seeded by Random.secure.
Implementation
final String Function()? keyGenerator;
Source of the key value. Defaults to defaultIdempotencyKeyGenerator,
which emits a 128-bit hex string seeded by Random.secure.
final String Function()? keyGenerator;