setEventPrice method

  1. @override
void setEventPrice(
  1. int price
)
inherited

Implementation

@override
void setEventPrice(int price) {
  final _$actionInfo = _$_AddEventStoreActionController.startAction(
      name: '_AddEventStore.setEventPrice');
  try {
    return super.setEventPrice(price);
  } finally {
    _$_AddEventStoreActionController.endAction(_$actionInfo);
  }
}