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 |