CockpitRemoteSessionEndpointResponse.binary constructor
const
CockpitRemoteSessionEndpointResponse.binary(})
Implementation
const CockpitRemoteSessionEndpointResponse.binary(
List<int> bytes, {
int statusCode = HttpStatus.ok,
String contentType = 'application/octet-stream',
}) : this._(
statusCode: statusCode,
contentType: contentType,
binaryBody: bytes,
);