setError method
Implementation
@override
void setError(String? message) {
final _$actionInfo = _$CheckoutStoreBaseActionController.startAction(
name: 'CheckoutStoreBase.setError',
);
try {
return super.setError(message);
} finally {
_$CheckoutStoreBaseActionController.endAction(_$actionInfo);
}
}