Nov 3, 2021
If the flow is `started = SharingStarted.WhileSubscribed()`, then yes, as long as the Service is bound to an Activity the flow will continue. The flow continues as long as the service is started OR bound. When the Service is stopped and unbound, then the flow will automatically stop.