Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[macOS] Eliminate unnecessary dynamic declaration (flutter#40327)
Since `view` is a property of `NSViewController`, it's unnecessary for us to declare `@dynamic view` in `FlutterViewController`'s implementation.
- Loading branch information