Flutter macOS Embedder
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
FlutterEngineHandlerInfo Class Reference
Inheritance diagram for FlutterEngineHandlerInfo:

Instance Methods

(instancetype) - initWithConnection:handler:
 

Properties

FlutterBinaryMessageHandler handler
 
NSNumber * connection
 

Detailed Description

Definition at line 66 of file FlutterEngine.mm.

Method Documentation

◆ initWithConnection:handler:

- (instancetype) initWithConnection: (NSNumber*)  connection
handler: (FlutterBinaryMessageHandler handler 

Definition at line 72 of file FlutterEngine.mm.

77  :(NSNumber*)connection
79  self = [super init];
80  NSAssert(self, @"Super init cannot be nil");
82  _handler = handler;
83  return self;
84 }
void(^ FlutterBinaryMessageHandler)(NSData *_Nullable message, FlutterBinaryReply reply)
FlutterBinaryMessengerConnection _connection
FlutterBinaryMessageHandler handler

Property Documentation

◆ connection

- (NSNumber*) connection
readnonatomicassign

Definition at line 72 of file FlutterEngine.mm.

◆ handler

- (FlutterBinaryMessageHandler) handler
readnonatomicassign

Definition at line 71 of file FlutterEngine.mm.


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