onActionExecuted abstract method

Future<void> onActionExecuted(
  1. ExecutedAction action
)
inherited

Notify the extension that an action just executed.

Implementation

Future<void> onActionExecuted(ExecutedAction action);