thenGetBody<TResponse> method

Future<TResponse> thenGetBody<TResponse>()

Implementation

Future<TResponse> thenGetBody<TResponse>() =>
    then((response) => response.getBody<TResponse>());