outputNetworkShuttersyncAngleSettingsCustomFrameRatePut method
Future<Response<CustomFrameRate$Response> >
outputNetworkShuttersyncAngleSettingsCustomFrameRatePut({})
Set Shuttersync Custom Frame Rate
Implementation
Future<chopper.Response<CustomFrameRate$Response>>
outputNetworkShuttersyncAngleSettingsCustomFrameRatePut(
{required OutputNetworkShuttersyncAngleSettingsCustomFrameRatePut$RequestBody?
body}) {
generatedMapping.putIfAbsent(CustomFrameRate$Response,
() => CustomFrameRate$Response.fromJsonFactory);
return _outputNetworkShuttersyncAngleSettingsCustomFrameRatePut(body: body);
}