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] Adds overrides for constructors and static members of ProxyApis (#9515)
Adds `PigeonOverrides` class that contains overrides for all constructors and static members of ProxyApis.
I changed it to have only a single `PigeonOverrides` instead of having a separate overrides class for each proxy api. This makes it easier to export the generated proxy api classes without needing to `hide/show` specific classes.
I manually verified this only breaks one line in `camera_android_camerax` and one line in `webview_flutter_android`.
Also TIL:
```
class MyClass {
MyClass(); <--
These are considered the same.
MyClass.new(); <--
}
```
## Pre-Review Checklist
[^1]: Regular contributors who have demonstrated familiarity with the repository guidelines only need to comment if the PR is not auto-exempted by repo tooling.
0 commit comments