AtomicInteractionHandler typedef

AtomicInteractionHandler = void Function(AtomicTransactInteraction interaction)

Closure that will be called when a Transact Interaction event occurs

Implementation

typedef AtomicInteractionHandler = void Function(
  AtomicTransactInteraction interaction,
);