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