kvision
7.0.0
js
kvision
/
io.kvision.state
/
ObservableState
/
subscribe
subscribe
js
abstract
fun
subscribe
(
observer
:
(
S
)
->
Unit
)
:
(
)
->
Unit
Subscribe for the state change notifications. Calls the observer with the current state.