[macOS] Eliminate unnecessary dynamic declaration (flutter/engine#40327)

Since `view` is a property of `NSViewController`, it's unnecessary for
us to declare `@dynamic view` in `FlutterViewController`'s
implementation.
This commit is contained in:
Chris Bracken
2023-03-16 13:19:42 -07:00
committed by GitHub
parent eb3a75ef78
commit 753bf93b11

View File

@@ -318,7 +318,6 @@ void OnKeyboardLayoutChanged(CFNotificationCenterRef center,
}
@synthesize viewId = _viewId;
@dynamic view;
@dynamic accessibilityBridge;
/**