setLoading method

  1. @override
void setLoading(
  1. bool value
)
inherited

Implementation

@override
void setLoading(bool value) {
  final _$actionInfo = _$CheckoutStoreBaseActionController.startAction(
    name: 'CheckoutStoreBase.setLoading',
  );
  try {
    return super.setLoading(value);
  } finally {
    _$CheckoutStoreBaseActionController.endAction(_$actionInfo);
  }
}