beforeRunCallback method

Future<Content?> beforeRunCallback({
  1. required InvocationContext invocationContext,
})

Runs before an invocation starts.

Implementation

Future<Content?> beforeRunCallback({
  required InvocationContext invocationContext,
}) async {
  return null;
}