//Android/br.com.arch.toolkit.android.statemachine/StateMachine/newStateInstance
[android] abstract fun newStateInstance(): STATE
Creates a new instance of the specific state type.
A new instance of STATE.
STATE