onTimeout property

void Function(Request request)? onTimeout
final

Called when the budget runs out, before the 503 goes back.

The handler keeps running: Dart cannot cancel it. This is the hook for recording that it happened.

Implementation

final void Function(Request request)? onTimeout;