enterAsyncScope static method

  1. @visibleForTesting
void enterAsyncScope()

Internal: Enters an asynchronous tracking scope.

Implementation

@visibleForTesting
static void enterAsyncScope() {
  _LevitReactiveCore._enterAsyncScope();
}