runWithContext<T> static method
The context is passed to LevitReactiveMiddleware.startedListening and LevitReactiveMiddleware.stoppedListening.
Implementation
static T runWithContext<T>(LxListenerContext context, T Function() fn) {
return _LevitReactiveCore.runWithContext(context, fn);
}