receiveAsFlow () // expose as flow suspend fun postEvent(event: Event) { _events.send(event) // suspends on buffer overflow } }.
確定! 回上一頁