StripeOptions constructor

StripeOptions({
  1. required String? publishableKey,
  2. String? merchantId,
  3. String? androidPayMode,
})

Implementation

StripeOptions({required this.publishableKey, this.merchantId, this.androidPayMode});