checkOwnership method Null safety
- String address,
- String source,
- {String? origin}
Checks if an address
has OwnershipModel over a source
and origin
.
Implementation
OwnershipModel? checkOwnership(String address, String source,
{String? origin}) {
throw UnimplementedError();
}