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