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