Flutter iOS Embedder
<FlutterPluginRegistrant> Protocol Reference

#import <FlutterPlugin.h>

Inheritance diagram for <FlutterPluginRegistrant>:

Instance Methods

(void) - registerWithRegistry:
 

Detailed Description

The target of registration of plugins.

This often is hooked up to the GeneratedPluginRegistrant which is automatically generated by Flutter for the dependencies listed in the project.

Definition at line 436 of file FlutterPlugin.h.

Method Documentation

◆ registerWithRegistry:

- (void) registerWithRegistry: (NSObject< FlutterPluginRegistry > *)  registry
required

Register all the plugins for the registrant.

This will be called after a FlutterEngine has been instantiated, the registry will connect any plugins to that engine.

Parameters
registryThe registry where plugins will be registered.

The documentation for this protocol was generated from the following file: