handler property

EffectHandler<E, Msg> handler
final

The EffectHandler responsible for processing effects of type E.

Implementation

final EffectHandler<E, Msg> handler;