#import <FlutterKeyboardManager.h>
Instance Methods | |
(void) | - sendKeyEvent:callback:userData: |
(nonnull id< FlutterBinaryMessenger >) | - binaryMessenger |
Definition at line 13 of file FlutterKeyboardManager.h.
|
required |
Get a binary messenger to send channel messages with.
This method is used to create the key data channel and typically forwards to |FlutterEngine.binaryMessenger|.
|
required |
Dispatch events to the framework to be processed by |HardwareKeyboard|.
This method typically forwards events to |FlutterEngine.sendKeyEvent:callback:userData:|.