setConsent function

  1. @JS()
  2. @staticInterop
void setConsent(
  1. JSAny? consentSettings
)

Implementation

@JS()
@staticInterop
external void setConsent(
  // https://firebase.google.com/docs/reference/js/analytics.consentsettings.md#consentsettings_interface
  JSAny? consentSettings,
);