outputNetworkFrameRemappingFramesFrameModePut method

Future<Response<Mode$Response>> outputNetworkFrameRemappingFramesFrameModePut({
  1. required int? frame,
  2. required OutputNetworkFrameRemappingFramesFrameModePut$RequestBody? body,
})

Set Frame Remapping Mode

Implementation

Future<chopper.Response<Mode$Response>>
    outputNetworkFrameRemappingFramesFrameModePut({
  required int? frame,
  required OutputNetworkFrameRemappingFramesFrameModePut$RequestBody? body,
}) {
  generatedMapping.putIfAbsent(
      Mode$Response, () => Mode$Response.fromJsonFactory);

  return _outputNetworkFrameRemappingFramesFrameModePut(
      frame: frame, body: body);
}