OnException typedef

OnException = FutureOr<String> Function(HttpLinkServerException exception)

Implementation

typedef OnException = FutureOr<String> Function(
  HttpLinkServerException exception,
);