Card91ResetAtmPin constructor
Card91ResetAtmPin({})
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);