HttpBody.bytes constructor
const
HttpBody.bytes(
- Uint8List bytes
A body of raw bytes.
Implementation
const factory HttpBody.bytes(Uint8List bytes) = HttpBodyBytes._;
A body of raw bytes.
const factory HttpBody.bytes(Uint8List bytes) = HttpBodyBytes._;