mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
The existing logic incorrectly factored out a check that there were arguments too early, applying it to any message not already handled (including unhandled methods, such as methods added after the initial implementation) and thus failing if any unhandled message had no arguments. Fixes https://github.com/flutter/flutter/issues/55653