outputNetworkShuttersyncAngleSettingsShutterAnglePut method

Future<Response<ShutterAngle$Response>> outputNetworkShuttersyncAngleSettingsShutterAnglePut({
  1. required OutputNetworkShuttersyncAngleSettingsShutterAnglePut$RequestBody? body,
})

Set Shuttersync Angle

Implementation

Future<chopper.Response<ShutterAngle$Response>>
    outputNetworkShuttersyncAngleSettingsShutterAnglePut(
        {required OutputNetworkShuttersyncAngleSettingsShutterAnglePut$RequestBody?
            body}) {
  generatedMapping.putIfAbsent(
      ShutterAngle$Response, () => ShutterAngle$Response.fromJsonFactory);

  return _outputNetworkShuttersyncAngleSettingsShutterAnglePut(body: body);
}