logEvent function

  1. @JS.new('window.Apxor.logEvent')
void logEvent(
  1. String eventname,
  2. dynamic otherProperties
)

Implementation

@JS('window.Apxor.logEvent') // 'window' refers to the global window object in JavaScript
external void logEvent(String eventname, dynamic otherProperties);