Appends Adobe visitor information to the query component of the specified URL.
static Future<String> appendToUrl(String url) => _channel.invokeMethod<String>('appendToUrl', url).then((value) => value!);