call method
Creates a nested TreeStateMachine.
Implementation
@override
FutureOr<TreeStateMachine> call(TransitionContext transCtx) =>
_create(transCtx);
Creates a nested TreeStateMachine.
@override
FutureOr<TreeStateMachine> call(TransitionContext transCtx) =>
_create(transCtx);