#import <FlutterEmbedderKeyResponder.h>
Instance Methods | |
(nonnull instancetype) | - initWithSendEvent: |
Instance Methods inherited from <FlutterKeyPrimaryResponder> | |
(void) | - handlePress:callback: |
A primary responder of |FlutterKeyboardManager| that handles events by sending the converted events through a Dart hook to the framework.
This class interfaces with the HardwareKeyboard API in the framework.
Definition at line 23 of file FlutterEmbedderKeyResponder.h.
- (nonnull instancetype) initWithSendEvent: | (nonnull FlutterSendKeyEvent) | sendEvent |
Create an instance by specifying the function to send converted events to.
The |sendEvent| is typically |FlutterEngine|'s |sendKeyEvent|.