Flutter macOS Embedder
<FlutterTextInputPluginDelegate> Protocol Reference

#import <FlutterTextInputPlugin.h>

Inheritance diagram for <FlutterTextInputPluginDelegate>:
FlutterEngine() FlutterTextInputPluginTestDelegate

Instance Methods

(FlutterViewController *) - viewControllerForIdentifier:
 

Properties

id< FlutterBinaryMessengerbinaryMessenger
 

Detailed Description

Delegate for FlutterTextInputPlugin. Implemented by FlutterEngine.

Definition at line 18 of file FlutterTextInputPlugin.h.

Method Documentation

◆ viewControllerForIdentifier:

- (FlutterViewController*) viewControllerForIdentifier: (FlutterViewIdentifier viewIdentifier

Returns the FlutterViewController for the given view identifier.

Reimplemented in FlutterEngine(), and FlutterEngine().

Property Documentation

◆ binaryMessenger

- (id<FlutterBinaryMessenger>) binaryMessenger
readnonatomicassign

Definition at line 25 of file FlutterTextInputPlugin.h.


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