ConsentService class Null safety

The service to manage consent registries.

Constructors

ConsentService(dynamic db, NodeService _nodeService)

Properties

hashCode → int
The hash code for this object.
read-only, inherited
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited

Methods

getByOwnershipId(Uint8List ownershipId) ConsentModel?
Gets the latest consent by its ownershipId.
modify(Uint8List ownershipId, {String? about, String? reward, DateTime? expiry, TikiSdkDestination destination = const TikiSdkDestination.all()}) → Future<ConsentModel>
Modify consent by its 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

Operators

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