#import <FlutterKeyPrimaryResponder.h>
Instance Methods | |
(void) | - handlePress:callback: |
An interface for a responder that can process a key press event and decides whether to handle the event asynchronously.
To use this class, add it to a |FlutterKeyboardManager| with |addPrimaryResponder|.
Definition at line 19 of file FlutterKeyPrimaryResponder.h.
|
required |
Process the event.
The |callback| should be called with a value that indicates whether the responder has handled the given press event. The |callback| must be called exactly once, and can be called before the return of this method, or after.