#import <FlutterPlatformViewsController.h>
Instance Methods | |
| (size_t) | - embeddedViewCount |
| (UIView *_Nullable) | - platformViewForId: |
| (void) | - compositeView:withParams: |
| (const flutter::EmbeddedViewParams &) | - compositionParamsForView: |
| (std::vector< int64_t > &) | - previousCompositionOrder |
Definition at line 119 of file FlutterPlatformViewsController.h.
| - (void) compositeView: | (int64_t) | viewId | |
| withParams: | (const flutter::EmbeddedViewParams &) | params | |
Extends class FlutterPlatformViewsController.
| - (const EmbeddedViewParams& FlutterPlatformViewsController(Testing)): | (int64_t) | viewId |
Extends class FlutterPlatformViewsController.
| - (size_t) embeddedViewCount |
Extends class FlutterPlatformViewsController.
| - (UIView* _Nullable) platformViewForId: | (int64_t) | viewId |
Extends class FlutterPlatformViewsController.
| - (vector<int64_t>& FlutterPlatformViewsController(Testing)): |
Extends class FlutterPlatformViewsController.