Consent class

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addTestDeviceId(String deviceId) Future<bool?>
getTestDeviceId() Future<String?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
requestConsentUpdate(ConsentUpdateListener listener) → void
setConsentStatus(ConsentStatus status) Future<bool?>
setDebugNeedConsent(DebugNeedConsent needConsent) Future<bool?>
setUnderAgeOfPromise(bool ageOfPromise) Future<bool?>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

instance Consent
no setter

Static Methods

getSharedPreferences(String key) Future<int?>
updateSharedPreferences(String key, int value) Future<bool?>