getFlow
Gets a Flow for events of the given type.
This flow never completes.
The returned Flow is hot as it is based on a SharedFlow. This means a call to collect never completes normally, calling toList will suspend forever, etc.
You are entirely responsible to cancel this flow. To cancel this flow, the scope in which the coroutine is running needs to be cancelled.
See also
SharedFlow