notifyConnectivityChanged

abstract fun notifyConnectivityChanged(isConnected: Boolean)

Notify Instant that connection has changed. Calling this method is optional. Annotation sync behaves by default as if being connected all the time. Failed requests are retried with increasing backoff when sync fails.