bodyBytes property
Uint8List
get
bodyBytes
Gets the body of the response, represented as a list of bytes.
Implementation
Uint8List get bodyBytes => _response.bodyBytes;
Gets the body of the response, represented as a list of bytes.
Uint8List get bodyBytes => _response.bodyBytes;