before method

Future<Action?> before(
  1. Action action
)

Called before action execution

Implementation

Future<Action?> before(Action action) async => action;