Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Attributes | List of all members
_FlMethodChannel Struct Reference

Public Attributes

GObject parent_instance
 
FlBinaryMessenger * messenger
 
gboolean channel_closed
 
gchar * name
 
FlMethodCodec * codec
 
FlMethodChannelMethodCallHandler method_call_handler
 
gpointer method_call_handler_data
 
GDestroyNotify method_call_handler_destroy_notify
 

Detailed Description

Definition at line 13 of file fl_method_channel.cc.

Member Data Documentation

◆ channel_closed

gboolean _FlMethodChannel::channel_closed

Definition at line 20 of file fl_method_channel.cc.

◆ codec

FlMethodCodec* _FlMethodChannel::codec

Definition at line 26 of file fl_method_channel.cc.

◆ messenger

FlBinaryMessenger* _FlMethodChannel::messenger

Definition at line 17 of file fl_method_channel.cc.

◆ method_call_handler

FlMethodChannelMethodCallHandler _FlMethodChannel::method_call_handler

Definition at line 29 of file fl_method_channel.cc.

◆ method_call_handler_data

gpointer _FlMethodChannel::method_call_handler_data

Definition at line 30 of file fl_method_channel.cc.

◆ method_call_handler_destroy_notify

GDestroyNotify _FlMethodChannel::method_call_handler_destroy_notify

Definition at line 31 of file fl_method_channel.cc.

◆ name

gchar* _FlMethodChannel::name

Definition at line 23 of file fl_method_channel.cc.

◆ parent_instance

GObject _FlMethodChannel::parent_instance

Definition at line 14 of file fl_method_channel.cc.


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