#import <FlutterPlugin.h>
Instance Methods | |
(void) | - registerWithRegistry: |
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.
|
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.
registry | The registry where plugins will be registered. |