mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Platform messages are only support in the UI isolate. Secondary isolates do not have a window that can receive incoming messages, and outgoing messages are not tagged with a destination isolate and thus will always be dispatched to the UI isolate. Fixes https://github.com/flutter/flutter/issues/16846