runOutside<T> abstract method

T runOutside<T>(
  1. T fn()
)

Runs the code within fn outside of this zone.

If inOuterZone is true, fn is just called normally.

Implementation

T runOutside<T>(T fn());