You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[pigeon] Fixes potential race condition caused by a ProxyApi constructor message call being made in an async method (flutter#8656)
Host api calls now declare a `Future` variable from `channel.send` first. Then it `await`s the future immedieately or inside of a async method.
Part of fixing webview_flutter_wkwebview issue: flutter/flutter#162437
Copy file name to clipboardExpand all lines: packages/pigeon/platform_tests/shared_test_plugin_code/lib/src/generated/background_platform_channels.gen.dart
0 commit comments