setCardData method
Implementation
@override
void setCardData(CardFormData value) {
final _$actionInfo = _$PaymentStoreBaseActionController.startAction(
name: 'PaymentStoreBase.setCardData',
);
try {
return super.setCardData(value);
} finally {
_$PaymentStoreBaseActionController.endAction(_$actionInfo);
}
}