#import <FlutterChannelKeyResponder.h>
Instance Methods | |
| (nonnull instancetype) | - initWithChannel: |
Instance Methods inherited from <FlutterKeyPrimaryResponder> | |
| (void) | - handleEvent:callback: |
| (void) | - syncModifiersIfNeeded:timestamp: |
Additional Inherited Members | |
Properties inherited from <FlutterKeyPrimaryResponder> | |
| NSMutableDictionary< NSNumber *, NSNumber * > * | layoutMap |
A primary responder of |FlutterKeyboardManager| that handles events by sending the raw information through the method channel.
This class communicates with the RawKeyboard API in the framework.
Definition at line 20 of file FlutterChannelKeyResponder.h.
| - (nonnull instancetype) initWithChannel: | (nonnull FlutterBasicMessageChannel*) | channel |
Create an instance by specifying the method channel to use.
Definition at line 26 of file FlutterChannelKeyResponder.mm.