LxOnDispose typedef

LxOnDispose = void Function() Function(void next(), LxReactive reactive)

Helper typedefs for middleware interception.

Implementation

typedef LxOnDispose = void Function() Function(
  void Function() next,
  LxReactive reactive,
);