trackActionAndIntValue method

  1. @override
void trackActionAndIntValue(
  1. String name,
  2. String action,
  3. int intValue
)
override

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