init method

dynamic init(
  1. String stripeId
)

Implementation

init(String stripeId){
  Stripe.publishableKey = stripeId;
  Stripe.merchantIdentifier = 'test';
}