fun unsubscribeFromAllEvents(): Unit
Cancels all the subscriptions managed by this DatasyncManager instance. These includes the ones created using the DatasyncNode.subscribe and subscribeToStateChange 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.