onInternalError property

(FutureOr Function(HttpRequest req, HttpResponse res)?) onInternalError
getter/setter pairinherited

Optional handler for when the server throws an unhandled error

Implementation

FutureOr Function(HttpRequest req, HttpResponse res)? onInternalError;