Jason Simmons c764a7628f Do not remove the DartServiceIsolate status callback during FlutterMain destruction (#9368)
FlutterMain and the DartServiceIsolate callback list are both globals, and the
callback list state may have already been destructed when FlutterMain's
destructor runs.
2019-06-18 22:34:04 -07:00
..