Mediator.afterEach

The hook to be executed after a successful transition.

struct Mediator(params...)
Event!(void delegate(IType)) afterEach;

Meta