getByOwnershipId method Null safety
- Uint8List ownershipId
Gets the latest consent by its ownershipId
.
Implementation
ConsentModel? getByOwnershipId(Uint8List ownershipId) =>
_repository.getByOwnershipId(ownershipId);
Gets the latest consent by its ownershipId
.
ConsentModel? getByOwnershipId(Uint8List ownershipId) =>
_repository.getByOwnershipId(ownershipId);