mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
The Windows and GLFW embeddings both had cases of missing returns after calling `Error` on a method channel result object, leading to incorrect double-calls on the result if the error paths were ever hit.