exitAsyncScope static method

  1. @visibleForTesting
void exitAsyncScope()

Internal: Exits an asynchronous tracking scope.

Implementation

@visibleForTesting
static void exitAsyncScope() {
  _LevitReactiveCore._exitAsyncScope();
}