mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
After this CL, you can exchange services with the app loaded in the iframe by calling takeServiceProvider() on the iframe element. That gives you the raw handle, which you'll need to wrap in the appropriate mojom-generated interface. R=hansmuller@google.com, sky@chromium.org Review URL: https://codereview.chromium.org/862943004