values constant

Map<String, String> const values

Implementation

static const Map<String, String> values = {
  'kpHealthCheck': kpHealthCheck,
  'merchantConfiguration': merchantConfiguration,
  'getBrowserToken': getBrowserToken,
  'sendVerificationCode': sendVerificationCode,
  'verifyCode': verifyCode,
  'customerIntelligence': customerIntelligence,
  'customCustomerLogin': customCustomerLogin,
  'customCreateUser': customCreateUser,
  'validateUserToken': validateUserToken,
  'customerShopifySession': customerShopifySession,
  'disposableEmailCheck': disposableEmailCheck,
  'sendEmailVerificationCode': sendEmailVerificationCode,
  'verifyEmailCode': VerifyEmailCode,
  'shopifyMultipass': shopifyMultipass,
  'reverseKpAuthLogin': reverseKpAuthLogin,
  'customerGoogleAd': customerGoogleAd,
  'getKfAssetsProperties': getKfAssetsProperties,
  'getKwikFormData': getKwikFormData,
  'submitKwikFormData': submitKwikFormData,
  'getAddressByPhone': getAddressByPhone,
  'getGeoInfo': getGeoInfo,
  'addAddress': addAddress,
};