Class KeyChannelResponder

java.lang.Object
io.flutter.embedding.android.KeyChannelResponder
All Implemented Interfaces:
KeyboardManager.Responder

public class KeyChannelResponder extends Object implements KeyboardManager.Responder
A KeyboardManager.Responder of KeyboardManager that handles events by sending the raw information through the method channel.

This class corresponds to the RawKeyboard API in the framework.