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