PaystackConfig constructor
const
PaystackConfig({})
Implementation
const PaystackConfig({
required this.secretKey,
this.currency,
this.callbackUrl,
this.enableLogging = false,
this.timeout = const Duration(seconds: 30),
});