ConvertResponse<T> typedef

ConvertResponse<T> = FutureOr<Response> Function(Response response)

A function that should convert the body of a Response from the HTTP representation to a Dart object.

Implementation

typedef ConvertResponse<T> = FutureOr<Response> Function(Response response);