hubspotGettokensPost method
Future<Response<WebApiModulesAccountServicesHubSpotGetWriteTokensResponse> >
hubspotGettokensPost({
- required WebApiModulesAccountServicesHubSpotGetHubSpotTokensRequest? body,
Implementation
Future<
chopper.Response<
WebApiModulesAccountServicesHubSpotGetWriteTokensResponse>>
hubspotGettokensPost(
{required WebApiModulesAccountServicesHubSpotGetHubSpotTokensRequest?
body}) {
generatedMapping.putIfAbsent(
WebApiModulesAccountServicesHubSpotGetWriteTokensResponse,
() => WebApiModulesAccountServicesHubSpotGetWriteTokensResponse
.fromJsonFactory);
return _hubspotGettokensPost(body: body);
}