canHandle method
Check if this BLoC can handle the interaction
Implementation
@override
bool canHandle(InteractionDefinition interaction) => true;
Check if this BLoC can handle the interaction
@override
bool canHandle(InteractionDefinition interaction) => true;