Naud Ghebre 310ae53dfb The result to CompleteEmpty() being called on the platform message (flutter/engine#28407)
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.
2021-09-02 18:54:46 -04:00
..