getCryptoActorStub method
Implementation
Future<CryptoActorStubWithType> getCryptoActorStub(String ownerId) async {
return await CardinalSdkPlatformInterface.instance.apis.dataOwner.getCryptoActorStub(
_sdkId,
ownerId,
);
}
Future<CryptoActorStubWithType> getCryptoActorStub(String ownerId) async {
return await CardinalSdkPlatformInterface.instance.apis.dataOwner.getCryptoActorStub(
_sdkId,
ownerId,
);
}