trackActionAndIntValue method
Track an action-and-value event with name and action and intValue.
Implementation
@override
void trackActionAndIntValue(String name, String action, int intValue)
{
logDebug('### trackActionAndIntValue: $name, $action, $intValue');
}