trackActionAndTextValue method

  1. @override
void trackActionAndTextValue(
  1. String name,
  2. String action,
  3. String textValue
)
override

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');
}