Flutter iOS Embedder
FlutterKeyboardManager() Category Reference

Instance Methods

(void) - dispatchToSecondaryResponders:complete:
 

Properties

NSMutableArray< id< FlutterKeyPrimaryResponder > > * primaryResponders
 
NSMutableArray< id< FlutterKeySecondaryResponder > > * secondaryResponders
 

Detailed Description

Definition at line 14 of file FlutterKeyboardManager.mm.

Method Documentation

◆ dispatchToSecondaryResponders:complete:

- (void) dispatchToSecondaryResponders: (nonnull FlutterUIPressProxy *)  press
complete: (ios(13.4))  API_AVAILABLE 

Property Documentation

◆ primaryResponders

- (NSMutableArray<id<FlutterKeyPrimaryResponder> >*) primaryResponders
readnonatomiccopy

The primary responders added by addPrimaryResponder.

Definition at line 20 of file FlutterKeyboardManager.mm.

◆ secondaryResponders

- (NSMutableArray<id<FlutterKeySecondaryResponder> >*) secondaryResponders
readnonatomiccopy

The secondary responders added by addSecondaryResponder.

Definition at line 26 of file FlutterKeyboardManager.mm.


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