Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Retrieve the last error from the proper thread (flutter#3649)
Previously, the last error was a global static. Now it is a thread-specific value, which means we need to visit the UI thread to read the value.
- Loading branch information