manifestPost method

Implementation

Future<chopper.Response<WebApiModulesHomeControlsManifestManifest>>
    manifestPost({required WebApiModulesHomeControlsManifestManifest? body}) {
  generatedMapping.putIfAbsent(WebApiModulesHomeControlsManifestManifest,
      () => WebApiModulesHomeControlsManifestManifest.fromJsonFactory);

  return _manifestPost(body: body);
}