setError method

  1. @override
void setError(
  1. String? message
)
inherited

Implementation

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