setUserProperties function

  1. @JS()
  2. @staticInterop
void setUserProperties(
  1. AnalyticsJsImpl analytics,
  2. JSAny? property,
  3. JSObject? callOptions
)

Implementation

@JS()
@staticInterop
external void setUserProperties(
  AnalyticsJsImpl analytics,
  JSAny? property,
  JSObject? callOptions,
);