MRTFlutterViewFactory
##@interface MRTFlutterViewFactory: NSObject + (int64_t)getPlatformViewAddress:(UIView*)view; @end## |
Summary
Class methods
+ (int64_t)getPlatformViewAddress:(UIView*)view; |
+ (UIView*)createPlatformView:(CGRect)frame |
+ (void)startPlatformView:(UIView*)view |
Class methods
getPlatformViewAddress:
+ (int64_t)getPlatformViewAddress:(UIView*)view; |
createLifecycleProvider
+ (MRTFlutterLifecycleProvider*)createLifecycleProvider; |
createPlatformView:lifecycleProvider:
+ (UIView*)createPlatformView:(CGRect)frame |
startPlatformView:lifecycleProvider:
+ (void)startPlatformView:(UIView*)view |