Flutter iOS Embedder
FlutterChannelKeyResponder() Category Reference

Instance Methods

(NSInteger) - adjustModifiers:
 
(void) - updatePressedModifiers:
 

Properties

FlutterBasicMessageChannelchannel
 
kKeyboardModifier pressedModifiers
 

Detailed Description

Definition at line 79 of file FlutterChannelKeyResponder.mm.

Method Documentation

◆ adjustModifiers:

- (NSInteger) adjustModifiers: (ios(13.4))  API_AVAILABLE

◆ updatePressedModifiers:

- (void) updatePressedModifiers: (ios(13.4))  API_AVAILABLE

Property Documentation

◆ channel

- (FlutterBasicMessageChannel*) channel
readwritenonatomicassign

The channel used to communicate with Flutter.

Definition at line 84 of file FlutterChannelKeyResponder.mm.

◆ pressedModifiers

- (kKeyboardModifier) pressedModifiers
readwritenonatomicassign

Definition at line 89 of file FlutterChannelKeyResponder.mm.


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