call method

  1. @override
StateKey call(
  1. TransitionContext transCtx
)
override

Returns the key of the child state that should be entered.

Implementation

@override
StateKey call(TransitionContext transCtx) => initialChild;