runWithContext<T> static method

T runWithContext<T>(
  1. LxListenerContext context,
  2. T fn()
)

Implementation

static T runWithContext<T>(LxListenerContext context, T Function() fn) {
  return _LevitReactiveCore.runWithContext(context, fn);
}