SubscriptionStrategy
A mechanism to finely adjust the behavior of the subscription on a component basis in Composable functions.
If you want to customize, please create a class implementing SubscriptionStrategy. For example, this is useful when you want to switch your implementation to collectAsStateWithLifecycle
.