execute method

Future<void> execute(
  1. FlowContext context
)

Implementation

Future<void> execute(FlowContext context) async {
  await action(context);
}