#import <FlutterChannelKeyResponder.h>
Instance Methods | |
| (nonnull instancetype) | - initWithChannel: |
Instance Methods inherited from <FlutterKeyPrimaryResponder> | |
| (void) | - handlePress:callback: |
A primary responder of |FlutterKeyboardManager| that handles events by sending the raw information through a method channel.
This class corresponds to 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 89 of file FlutterChannelKeyResponder.mm.