create Manager
fun createManager(policy: CancelationPolicy = CancelationPolicy.KeepUpdatingWhenImplicit): DatasyncManager
Content copied to clipboard
Asks the DatasyncService to create a new DatasyncManager instance. The passed policy controls how the cached data is managed when subscriptions to data events (to be created using the DatasyncNode.subscribe method) are canceled.