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