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