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;
59- (instancetype)initWithDelegate:(
id<FlutterTextInputPluginDelegate>)delegate;
81- (
BOOL)handleKeyEvent:(NSEvent*)event;
86@interface FlutterTextInputPlugin (TestMethods)
88- (NSRect)firstRectForCharacterRange:(NSRange)range actualRange:(NSRangePointer)actualRange;
89- (NSDictionary*)editingState;
90@property(nonatomic) NSTextInputContext* textInputContext;
91@property(readwrite, nonatomic) NSString* customRunLoopMode;
void(^ FlutterResult)(id _Nullable result)
FlutterTextField * client
FlutterViewController * currentViewController