isEnabled method Null safety
- T intent
Returns true if the action is enabled and is ready to be invoked.
This will be called by the ActionDispatcher before attempting to invoke the action.
Implementation
bool isEnabled(T intent) => isActionEnabled;