LokotroPayConfig constructor
const
LokotroPayConfig({})
Implementation
const LokotroPayConfig({
required this.publishableKey,
required this.environment,
this.defaultLocale = 'fr',
this.requestTimeout,
this.logger,
this.googlePayMerchantId,
this.googlePayGatewayMerchantId,
this.applePayMerchantId,
}) : assert(publishableKey != '', 'publishableKey must not be empty'),
assert(defaultLocale != '', 'defaultLocale must not be empty');