keyGenerator property

String Function()? keyGenerator
final

Source of the key value. Defaults to defaultIdempotencyKeyGenerator, which emits a 128-bit hex string seeded by Random.secure.

Implementation

final String Function()? keyGenerator;