CardSdkApp constructor

const CardSdkApp({
  1. Key? key,
  2. String? transactionId,
  3. required Locale? locale,
  4. required OnPayCallback onPay,
  5. EventCallback? log,
})

Implementation

const CardSdkApp({
  Key? key,
  this.transactionId,
  required this.locale,
  required this.onPay,
  this.log,
}) : super(key: key);