onTimeout property
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;
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.
final void Function(Request request)? onTimeout;