val state: DatasyncState
Synchronously returns the current state of this DatasyncService.
The returned state is synchronized with notifications sent to subscriptions set using the DatasyncManager.subscribeToStateChange method.
However it is set asynchronously with respect to the state of the AuthenticationService: this means that the update of this property is likely to be updated later than the calls to authentication callbacks (passed to the various authentication methods and to the AuthenticationService.subscribe methods).