AFActionListenerDelegate typedef

AFActionListenerDelegate = void Function(List<AFActionWithKey> actions)

Delegate used to process a list of actions.

Implementation

typedef AFActionListenerDelegate = void Function(List<AFActionWithKey> actions);