execute method

Future<void> execute()

Executes the action.

Implementation

Future<void> execute() async {
  await _execute(_action);
}