currencymissingutilityApplyproposedcurrenciesPost method

@param request

Implementation

Future<
        chopper.Response<
            WebApiModulesUtilitiesCurrencyMissingUtilityApplyProposedCurrenciesResponse>>
    currencymissingutilityApplyproposedcurrenciesPost(
        {WebApiModulesUtilitiesCurrencyMissingUtilityApplyProposedCurrenciesRequest?
            request}) {
  generatedMapping.putIfAbsent(
      WebApiModulesUtilitiesCurrencyMissingUtilityApplyProposedCurrenciesRequest,
      () =>
          WebApiModulesUtilitiesCurrencyMissingUtilityApplyProposedCurrenciesRequest
              .fromJsonFactory);
  generatedMapping.putIfAbsent(
      WebApiModulesUtilitiesCurrencyMissingUtilityApplyProposedCurrenciesResponse,
      () =>
          WebApiModulesUtilitiesCurrencyMissingUtilityApplyProposedCurrenciesResponse
              .fromJsonFactory);

  return _currencymissingutilityApplyproposedcurrenciesPost(request: request);
}