getClassifications method
Implementation
Future<List<Classification>> getClassifications(List<String> entityIds) async {
return await CardinalSdkPlatformInterface.instance.apis.classification.tryAndRecover.getClassifications(
_sdkId,
entityIds,
);
}