getExperienceCloudId method
Implementation
Future<dynamic> getExperienceCloudId() async {
try {
return await Identity.experienceCloudId;
} catch (e) {
debugPrint('Error getting Adobe Analytics Experience Cloud ID: $e');
throw StateError('Error getting Adobe Analytics Experience Cloud ID: $e');
}
}