FlutterPlatformView

@protocol FlutterPlatformView <NSObject>

Wraps a UIView for embedding in the Flutter hierarchy

  • Returns a reference to the UIView that is wrapped by this FlutterPlatformView.

    Declaration

    Objective-C

    - (nonnull UIView *)view;