mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
response is being interpreted as `null` in dart. This results in a MissingPluginException being thrown whenever `View.update` or `View.dispose` is invoked. This change returns null data in a dictionary to complete the response in a way that is not interpreted as `null` in dart.