fun unsubscribeFromAll(): Unit
Cancels all the subscriptions managed by this DatasyncManager instance. These includes the ones created using the Subscriber.subscribe, subscribeToStateChange and subscribeToAuthenticationChange methods.
This method is particularly useful when the DatasyncManager instance is associated with an Android view: it can be called as soon as the view is disposed.