isEnabled method Null safety

bool isEnabled(
  1. 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;