configure method

Future<void> configure({
  1. required String publishableKey,
  2. bool syncStoreKitTransactions = true,
  3. String? appleMerchantId,
  4. bool preloadCheckout = false,
  5. int? maxPreloadedWebViews,
  6. String? applePaySetupBehavior,
  7. String? playLicenseKey,
  8. bool syncPlayPurchases = true,
  9. bool strictAck = false,
})

Implementation

Future<void> configure({
  required String publishableKey,
  bool syncStoreKitTransactions = true,
  String? appleMerchantId,
  bool preloadCheckout = false,
  int? maxPreloadedWebViews,
  String? applePaySetupBehavior,
  String? playLicenseKey,
  bool syncPlayPurchases = true,
  bool strictAck = false,
}) {
  throw UnimplementedError('configure() has not been implemented.');
}