menu
datahub package
documentation
datahub.dart
RestResponseFutureExtension
thenGetByteBody<TResponse> method
thenGetByteBody<TResponse> method
dark_mode
light_mode
thenGetByteBody<
TResponse
>
method
Future
<
Uint8List
>
thenGetByteBody
<
TResponse
>(
)
Implementation
Future<Uint8List> thenGetByteBody<TResponse>() => then((response) => response.getByteBody());
datahub package
documentation
datahub
RestResponseFutureExtension
thenGetByteBody<TResponse> method
RestResponseFutureExtension extension on
Future
<
RestResponse
>