bodyBytes property

  1. @override
Future<Uint8List> bodyBytes
override

The collected bytes of the response body.

Implementation

@override
Future<Uint8List> get bodyBytes => collectBytes(body);