Flutter iOS Embedder
FlutterEmbedderKeyResponder Class Reference

#import <FlutterEmbedderKeyResponder.h>

Inheritance diagram for FlutterEmbedderKeyResponder:
<FlutterKeyPrimaryResponder>

Instance Methods

(nonnull instancetype) - initWithSendEvent:
 
- Instance Methods inherited from <FlutterKeyPrimaryResponder>
(void) - handlePress:callback:
 

Detailed Description

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 27 of file FlutterEmbedderKeyResponder.h.

Method Documentation

◆ initWithSendEvent:

- (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|.


The documentation for this class was generated from the following file: