onEnterFromChannel<P> abstract method
Describes how transition to this state through channel should be handled.
The build function is called with a TransitionHandlerBuilder that can be used
to describe the behavior of the entry transition.
Implementation
void onEnterFromChannel<P>(
EntryChannel<P> channel,
void Function(TransitionHandlerBuilder<D, P>) build,
);