rangeSellDeferred method
Implementation
@override
num rangeSellDeferred(DateTime firstDate, DateTime lastDate) {
final _$actionInfo = _$TicketsStoreBaseActionController.startAction(
name: 'TicketsStoreBase.rangeSellDeferred');
try {
return super.rangeSellDeferred(firstDate, lastDate);
} finally {
_$TicketsStoreBaseActionController.endAction(_$actionInfo);
}
}