getServices method

Future<List<DecryptedService>> getServices(
  1. List<String> entityIds
)

Implementation

Future<List<DecryptedService>> getServices(List<String> entityIds) async {
	return await CardinalSdkPlatformInterface.instance.apis.contact.getServices(
		_sdkId,
		entityIds,
	);
}