Instance Methods | |
(instancetype) | - initWithPlugin:flutterEngine: |
(nullable NSView *) | - viewForIdentifier: |
Instance Methods inherited from <FlutterPluginRegistrar> | |
(void) | - addMethodCallDelegate:channel: |
(void) | - addApplicationDelegate: |
(void) | - registerViewFactory:withId: |
(void) | - publish: |
(nonnull NSString *) | - lookupKeyForAsset: |
(nonnull NSString *) | - lookupKeyForAsset:fromPackage: |
Properties | |
NSObject * | publishedValue |
Properties inherited from <FlutterPluginRegistrar> | |
id< FlutterBinaryMessenger > | messenger |
id< FlutterTextureRegistry > | textures |
NSView * | view |
FlutterPluginRegistrar
implementation handling a single plugin.
Definition at line 307 of file FlutterEngine.mm.
- (instancetype) initWithPlugin: | (nonnull NSString *) | pluginKey | |
flutterEngine: | (nonnull FlutterEngine *) | flutterEngine | |
- (NSView *) viewForIdentifier: | (FlutterViewIdentifier) | viewIdentifier |
Definition at line 352 of file FlutterEngine.mm.
|
readnonatomicassign |
The value published by this plugin, or NSNull if nothing has been published.
The unusual NSNull is for the documented behavior of valuePublishedByPlugin:.
Definition at line 318 of file FlutterEngine.mm.