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