Flutter macOS Embedder
FlutterTextInputPlugin(TestMethods) Category Reference

#import <FlutterTextInputPlugin.h>

Instance Methods

(void) - handleMethodCall:result:
 
(NSRect) - firstRectForCharacterRange:actualRange:
 
(NSDictionary *) - editingState
 

Properties

NSTextInputContext * textInputContext
 
NSString * customRunLoopMode
 

Detailed Description

Definition at line 66 of file FlutterTextInputPlugin.h.

Method Documentation

◆ editingState

- (NSDictionary*) editingState

Extends class FlutterTextInputPlugin.

◆ firstRectForCharacterRange:actualRange:

- (NSRect) firstRectForCharacterRange: (NSRange)  range
actualRange: (NSRangePointer)  actualRange 

Extends class FlutterTextInputPlugin.

◆ handleMethodCall:result:

- (void) handleMethodCall: (FlutterMethodCall *)  call
result: (FlutterResult result 

Extends class FlutterTextInputPlugin.

Property Documentation

◆ customRunLoopMode

- (NSString*) customRunLoopMode
readwritenonatomicassign

Extends class FlutterTextInputPlugin.

Definition at line 71 of file FlutterTextInputPlugin.h.

◆ textInputContext

- (NSTextInputContext*) textInputContext
readwritenonatomicassign

Extends class FlutterTextInputPlugin.

Definition at line 70 of file FlutterTextInputPlugin.h.


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