endpoint property

  1. @override
String get endpoint

The endpoint URL for syncing items. Subclasses must implement this to return the appropriate endpoint.

Implementation

@override
String get endpoint => _loggingConfig.logEndpoint ?? '';