onInternalError property

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

Optional handler for when the server throws an unhandled error

Implementation

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