clientDebit method
Implementation
@override
double clientDebit(int herderId, DateTime date) {
final _$actionInfo = _$TicketsStoreBaseActionController.startAction(
name: 'TicketsStoreBase.clientDebit');
try {
return super.clientDebit(herderId, date);
} finally {
_$TicketsStoreBaseActionController.endAction(_$actionInfo);
}
}