#include <FlutterEngine.h>
Properties | |
| NSObject< FlutterPluginRegistry > * | pluginRegistry |
| NSObject< FlutterApplicationRegistrar > * | applicationRegistrar |
Exposes parts of a FlutterEngine for registration purposes.
This is used when the engine is created implicitly to allow registering plugins, application-level method channels, platform views, etc.
Definition at line 456 of file FlutterEngine.h.
|
readnonatomicassign |
The FlutterApplicationRegistrar for the created FlutterEngine.
This registrar provides access to application-level services, such as the engine's FlutterBinaryMessenger or FlutterTextureRegistry.
Definition at line 471 of file FlutterEngine.h.
|
readnonatomicassign |
The FlutterPluginRegistry for the created FlutterEngine.
This can be used to vend FlutterPluginRegistrars for plugins.
Definition at line 463 of file FlutterEngine.h.