TransactionOtpWidget constructor

const TransactionOtpWidget({
  1. Key? key,
  2. required String token,
  3. required String? authToken,
  4. required String? platform,
  5. required String? tenantId,
  6. String? baseUrl,
  7. required String? deviceId,
  8. required String? notificationType,
})

Implementation

const TransactionOtpWidget({
  Key? key,
  required this.token,
  required this.authToken,
  required this.platform,
  required this.tenantId,
  this.baseUrl,
  required this.deviceId,
  required this.notificationType,
}) : super(key: key);