import <UIKit/UIKit.h>import <UserNotifications/UNUserNotificationCenter.h>import "FlutterBinaryMessenger.h"import "FlutterChannels.h"import "FlutterCodecs.h"import "FlutterPlatformViews.h"import "FlutterSceneLifeCycle.h"import "FlutterTexture.h"Go to the source code of this file.
Classes | |
| protocol | <FlutterApplicationLifeCycleDelegate> |
| protocol | <FlutterPlugin> |
| protocol | <FlutterBaseRegistrar> |
| protocol | <FlutterApplicationRegistrar> |
| protocol | <FlutterPluginRegistrar> |
| protocol | <FlutterPluginRegistry> |
| protocol | <FlutterPluginRegistrant> |
| protocol | <FlutterAppLifeCycleProvider> |
Typedefs | |
| typedef void(* | FlutterPluginRegistrantCallback) (NSObject< FlutterPluginRegistry > *registry) |
| typedef void(* FlutterPluginRegistrantCallback) (NSObject< FlutterPluginRegistry > *registry) |
A plugin registration callback.
Used for registering plugins with additional instances of FlutterPluginRegistry.
| registry | The registry to register plugins with. |
Definition at line 181 of file FlutterPlugin.h.
How the UIGestureRecognizers of a platform view are blocked.
UIGestureRecognizers of platform views can be blocked based on decisions made by the Flutter Framework (e.g. When an interact-able widget is covering the platform view).
Definition at line 253 of file FlutterPlugin.h.