consent property

ConsentManager get consent

Access to the UMP consent manager.

Use this to check consent status or manually trigger the consent dialog from a settings screen.

Implementation

ConsentManager get consent {
  _assertInitialized();
  return _consentManager;
}