endpoint property

List<String>? get endpoint

Your custom API endpoint for getting visitor data.

Implementation

external List<String>? get endpoint;
set endpoint (List<String>? endpoint)

Implementation

external set endpoint(List<String>? endpoint);