getCurrentDataOwnerHierarchy method

Future<List<DataOwnerWithType>> getCurrentDataOwnerHierarchy()

Implementation

Future<List<DataOwnerWithType>> getCurrentDataOwnerHierarchy() async {
	return await CardinalSdkPlatformInterface.instance.apis.dataOwner.getCurrentDataOwnerHierarchy(
		_sdkId,
	);
}