setDiscount method

  1. @override
void setDiscount(
  1. double percentage
)
inherited

Implementation

@override
void setDiscount(double percentage) {
  final _$actionInfo = _$_AddListingStoreActionController.startAction(
      name: '_AddListingStore.setDiscount');
  try {
    return super.setDiscount(percentage);
  } finally {
    _$_AddListingStoreActionController.endAction(_$actionInfo);
  }
}