thenGetByteBody<TResponse> method

Future<Uint8List> thenGetByteBody<TResponse>()

Implementation

Future<Uint8List> thenGetByteBody<TResponse>() =>
    then((response) => response.getByteBody());