CloudflareResponse.bytes constructor
CloudflareResponse.bytes(})
Provides the declared Cloudflare API member.
Implementation
factory CloudflareResponse.bytes(
Uint8List body, {
int status = 200,
Map<String, String> headers = const <String, String>{},
}) {
return CloudflareResponse(body: body, status: status, headers: headers);
}