5#ifndef FLUTTER_SHELL_PLATFORM_DARWIN_MACOS_FRAMEWORK_SOURCE_FLUTTERTEXTINPUTPLUGIN_H_
6#define FLUTTER_SHELL_PLATFORM_DARWIN_MACOS_FRAMEWORK_SOURCE_FLUTTERTEXTINPUTPLUGIN_H_
18@protocol FlutterTextInputPluginDelegate
25@property(nonatomic, readonly) id<FlutterBinaryMessenger> binaryMessenger;
62- (instancetype)initWithDelegate:(
id<FlutterTextInputPluginDelegate>)delegate;
84- (
BOOL)handleKeyEvent:(NSEvent*)event;
89@interface FlutterTextInputPlugin (TestMethods)
91- (NSRect)firstRectForCharacterRange:(NSRange)range actualRange:(NSRangePointer)actualRange;
92- (NSDictionary*)editingState;
93@property(nonatomic) NSTextInputContext* textInputContext;
94@property(readwrite, nonatomic) NSString* customRunLoopMode;
void(^ FlutterResult)(id _Nullable result)
FlutterTextField * client
FlutterViewController * currentViewController