CockpitRemoteSessionEndpointResponse.binaryFile constructor
const
CockpitRemoteSessionEndpointResponse.binaryFile(})
Implementation
const CockpitRemoteSessionEndpointResponse.binaryFile(
String sourceFilePath, {
int statusCode = HttpStatus.ok,
String contentType = 'application/octet-stream',
}) : this._(
statusCode: statusCode,
contentType: contentType,
sourceFilePath: sourceFilePath,
);