getStripePublishableKey static method

String getStripePublishableKey()

Implementation

static String getStripePublishableKey() {
  return appProperties['stripePublishableKey'];
}