Card91PrintCard constructor

Card91PrintCard({
  1. Key? key,
  2. required String env,
  3. required String templateId,
  4. required String cardId,
  5. required String customerId,
  6. required String organizationId,
  7. required String uniqueId,
  8. required String authUrl,
  9. required String mobile,
  10. required dynamic onDataResponse(
    1. String,
    2. String
    ),
})

Implementation

Card91PrintCard({Key? key,
  required this.env,
  required this.templateId,
  required this.cardId,
  required this.customerId,
  required this.organizationId,
  required this.uniqueId,
  required this.authUrl,
  required this.mobile,
  required this.onDataResponse}) : super(key: key);