canHandle method

bool canHandle(
  1. InteractionDefinition interaction
)

Check if this handler can handle the interaction

Implementation

bool canHandle(InteractionDefinition interaction) => true;