track function

  1. @JS('track')
void track(
  1. JSString event,
  2. JSObject? properties,
  3. JSObject? options
)

Implementation

@JS('track')
external void track(JSString event, JSObject? properties, JSObject? options);