before method

FutureOr<EvaluationContext?> before({
  1. required HookContext<T> context,
  2. HookHints<Object>? hints,
})

Implementation

FutureOr<EvaluationContext?> before({
  required HookContext<T> context,
  HookHints? hints,
}) async {
  return null;
}