hubspotGettokensPost method

Implementation

Future<
        chopper.Response<
            WebApiModulesAccountServicesHubSpotGetWriteTokensResponse>>
    hubspotGettokensPost(
        {required WebApiModulesAccountServicesHubSpotGetHubSpotTokensRequest?
            body}) {
  generatedMapping.putIfAbsent(
      WebApiModulesAccountServicesHubSpotGetWriteTokensResponse,
      () => WebApiModulesAccountServicesHubSpotGetWriteTokensResponse
          .fromJsonFactory);

  return _hubspotGettokensPost(body: body);
}