Card91ResetAtmPin constructor

Card91ResetAtmPin({
  1. Key? key,
  2. required String cardId,
  3. required String token,
  4. required String phoneNumber,
  5. required String env,
  6. required String templateId,
  7. required dynamic onDataResponse(
    1. String
    ),
})

Implementation

Card91ResetAtmPin(
    {Key? key,
      required this.cardId,
      required this.token,
      required this.phoneNumber,
      required this.env,
      required this.templateId,
      required this.onDataResponse})
    : super(key: key);