Instance Methods | |
(void) | - dispatchToSecondaryResponders:complete: |
Properties | |
NSMutableArray< id< FlutterKeyPrimaryResponder > > * | primaryResponders |
NSMutableArray< id< FlutterKeySecondaryResponder > > * | secondaryResponders |
Definition at line 11 of file FlutterKeyboardManager.mm.
- (void) dispatchToSecondaryResponders: | (nonnull FlutterUIPressProxy *) | press | |
complete: | (ios(13.4)) | API_AVAILABLE | |
|
readnonatomicretain |
The primary responders added by addPrimaryResponder.
Definition at line 17 of file FlutterKeyboardManager.mm.
|
readnonatomicretain |
The secondary responders added by addSecondaryResponder.
Definition at line 23 of file FlutterKeyboardManager.mm.