Skip to content

FlowEventBus

寒云清语 edited this page Mar 10, 2023 · 1 revision
FlowEventBus.post("action1", "success")
FlowEventBus.subscribe<String>("action1") {
    Log.d("event", it)
}

Clone this wiki locally