Keep Updating When Implicit
Content copied to clipboard
This policy is equivalent to either:
KeepUpdatingif the subscription is canceled implicitly, that is automatically canceled by the DatasyncManager when disposed by calling DatasyncManager.dispose,
or Keepif the subscription is canceled explicitly, that is using the Subscription.cancel method.