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