transfermanifestPost method

Future<Response<WebApiModulesHomeManifestManifest>> transfermanifestPost({
  1. required WebApiModulesHomeManifestManifest? body,
})

Implementation

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

  return _transfermanifestPost(body: body);
}