finallyAfter method
Dart spelling of the specification's finally stage.
Implementation
Future<void> finallyAfter(
HookContext context,
EvaluationDetails details, [
HookHints? hints,
]) async {
await _finallyAfter?.call(context, details, hints ?? context.hints);
}