managedConsentNeedsUserInterface property

dynamic Function()? managedConsentNeedsUserInterface
getter/setter pair

Notifies that ManagedConsent needs to show a consent dialog. After receiving this notification, you should pause your application and call the showConsentIfNeeded method.

Implementation

Function()? managedConsentNeedsUserInterface;