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