allKeys constant

List<String> const allKeys

Implementation

static const List<String> allKeys = [
  gkTokenKey,
  gkCoreTokenKey,
  gkAccessTokenKey,
  checkoutAccessTokenKey,
  gkKpToken,
  gkEnvironmentKey,
  gkVerifiedUserKey,
  gkMerchantIdKey,
  gkMerchantUrlKey,
  gkMerchantTypeKey,
  gkRequestIdKey,
  kpRequestIdKey,
  gkAuthTokenKey,
  isSnowplowTrackingEnabled,
  gkDeviceModel,
  gkAppDomain,
  gkOperatingSystem,
  gkDeviveId,
  gkDeviceUniqueId,
  gkGoogleAnalyticsId,
  gkScreenResolution,
  gkCarrierInfo,
  gkBatteryStatus,
  gkLanguage,
  gkTimeZone,
  gkAppVersion,
  gkAppVersionCode,
  gkGoogleAdId,
  gkDeviceInfo,
  gkNotificationToken,
  gkNotificationEnabled,
  gkMerchantConfig,
  gkUserPhone,
  kcMerchantId,
  kcMerchantToken,
  kcNotificationEventUrl,
  gkKPEnabled,
  gkCheckoutEnabled,
  integrationType,
  kpOtpLocked,
  kwikpassCurrentVersion,
  kwikpassBundlePrefix,
  kwikpassManifestPrefix,
  kpSdkVersion,
  kpSdkPlatform,
];