``` fun dispatchFoo() = with(fooListener) { ...
# announcements
y
Copy code
fun dispatchFoo() = with(fooListener) {
        snapshot.onFooChanged()
    }
😅 1