logEvent method

void logEvent(
  1. String eventType,
  2. Object? eventProperties,
  3. Function? optCallback,
  4. Function? optErrorCallback,
  5. bool? outOfSession,
)

Implementation

external void logEvent(String eventType, Object? eventProperties,
    Function? optCallback, Function? optErrorCallback, bool? outOfSession);