transfermanifestIdGet method
@param id
Implementation
Future<chopper.Response<WebApiModulesHomeManifestManifest>>
transfermanifestIdGet({required String? id}) {
generatedMapping.putIfAbsent(
WebApiModulesHomeManifestManifest,
() => WebApiModulesHomeManifestManifest.fromJsonFactory,
);
return _transfermanifestIdGet(id: id);
}