You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In tests: Isolates are often used to launch processes such as simple servers for use by tests. These then block the dart vm from exiting unless exit is explicitly called (which can cause other problems, such as preventing coverage information from being collected).