canHandle method

  1. @override
bool canHandle(
  1. InteractionDefinition interaction
)
override

Check if this provider can handle the interaction

Implementation

@override
bool canHandle(InteractionDefinition interaction) => true;