The empty reply added to this channel in flutter/engine#10434 ends up throwing this exception:
|
throw MissingPluginException('No implementation found for method $method on channel $name'); |
Sorry, should have thought of this earlier. Can we add a non-empty reply to avoid the exception? Empty string instead of null?
/cc @dnfield