FlutterPlatformView
Objective-C
@protocol FlutterPlatformView <NSObject>
Swift
protocol FlutterPlatformView : NSObjectProtocol
Wraps a UIView for embedding in the Flutter hierarchy
-
Returns a reference to the
UIViewthat is wrapped by thisFlutterPlatformView.Declaration
Objective-C
- (nonnull UIView *)view;Swift
func view() -> UIView
View on GitHub
Install in Dash
FlutterPlatformView Protocol Reference