ActionsCallback typedef

ActionsCallback = void Function(List<Action>)

Success callback for the onGetActionsRequested event.

Implementation

typedef ActionsCallback = void Function(List<Action>);