setState static method
Set the state of the page
Implementation
static setState(String state, Function() setState) {
_updateState(state, "set-state", {"setState": setState});
}
Set the state of the page
static setState(String state, Function() setState) {
_updateState(state, "set-state", {"setState": setState});
}