experienceCloudId property

Future<String> experienceCloudId

Returns the Experience Cloud ID.

Implementation

static Future<String> get experienceCloudId => _channel
    .invokeMethod<String>('getExperienceCloudId')
    .then((value) => value!);