Methods
-
applyConsent(String source, TikiSdkDestination destination, Function request, {void onBlocked(String)?, String? origin})
→ Future<void>
-
Apply consent for a given
source
and destination
.
-
assignOwnership(String source, TikiSdkDataTypeEnum type, List<String> contains, {String? origin})
→ Future<String>
-
Assign ownership to a given
source
.
-
getConsent(String source, {String? origin})
→ ConsentModel?
-
Gets latest consent given for a
source
and origin
.
-
modifyConsent(String ownershipId, TikiSdkDestination destination, {String? about, String? reward, DateTime? expiry})
→ Future<ConsentModel>
-
Modify consent for an ownership identified by
ownershipId
.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a non-existent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited