CardSdkApp constructor
const
CardSdkApp({
- Key? key,
- String? transactionId,
- required Locale? locale,
- required OnPayCallback onPay,
- EventCallback? log,
Implementation
const CardSdkApp({
Key? key,
this.transactionId,
required this.locale,
required this.onPay,
this.log,
}) : super(key: key);