getCurrentDataOwnerHierarchyIds method

Future<List<String>> getCurrentDataOwnerHierarchyIds()

Implementation

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