trackActionAndValue method
Track an action-and-value event. @param name The name of the event. @param action The name of the action. @param value The name of the value.
Implementation
@override
void trackActionAndValue(String name, String action, Object value)
=> track(name, {'Action': action, 'Value': value});