#import <FlutterIndirectScribbleDelegate.h>
Instance Methods | |
(void) | - flutterTextInputPlugin:focusElement:atPoint:result: |
(void) | - flutterTextInputPlugin:requestElementsInRect:result: |
Definition at line 13 of file FlutterIndirectScribbleDelegate.h.
- (void) flutterTextInputPlugin: | (FlutterTextInputPlugin *) | textInputPlugin | |
focusElement: | (UIScribbleElementIdentifier) | elementIdentifier | |
atPoint: | (CGPoint) | referencePoint | |
result: | (FlutterResult) | callback | |
- (void) flutterTextInputPlugin: | (FlutterTextInputPlugin *) | textInputPlugin | |
requestElementsInRect: | (CGRect) | rect | |
result: | (FlutterResult) | callback | |