Returns the Experience Cloud ID.
static Future<String> get experienceCloudId => _channel .invokeMethod<String>('getExperienceCloudId') .then((value) => value!);