outputGlobalColourDynacalHighlightOverbrightPixelsEnabledPut method
Future<Response<HighlightOverbrightPixelsEnabled$Response> >
outputGlobalColourDynacalHighlightOverbrightPixelsEnabledPut({})
Set Highlight Overbright Pixels Enabled
Implementation
Future<chopper.Response<HighlightOverbrightPixelsEnabled$Response>>
outputGlobalColourDynacalHighlightOverbrightPixelsEnabledPut(
{required OutputGlobalColourDynacalHighlightOverbrightPixelsEnabledPut$RequestBody?
body}) {
generatedMapping.putIfAbsent(HighlightOverbrightPixelsEnabled$Response,
() => HighlightOverbrightPixelsEnabled$Response.fromJsonFactory);
return _outputGlobalColourDynacalHighlightOverbrightPixelsEnabledPut(
body: body);
}