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