beforeRunCallback method
Runs before an invocation starts.
Implementation
Future<Content?> beforeRunCallback({
required InvocationContext invocationContext,
}) async {
return null;
}
Runs before an invocation starts.
Future<Content?> beforeRunCallback({
required InvocationContext invocationContext,
}) async {
return null;
}