getCryptoActorStub method

Future<CryptoActorStubWithType> getCryptoActorStub(
  1. String ownerId
)

Implementation

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