track_with_groups function

  1. @JS('track_with_groups')
void track_with_groups(
  1. String event_name,
  2. Object properties,
  3. Object groups
)

Implementation

@JS('track_with_groups')
external void track_with_groups(
    String event_name, Object properties, Object groups);