Flutter Engine
The Flutter Engine
|
An update to whether a message channel has a listener set or not. More...
#include <embedder.h>
Public Attributes | |
size_t | struct_size |
const char * | channel |
The name of the channel. More... | |
bool | listening |
True if a listener has been set, false if one has been cleared. More... | |
An update to whether a message channel has a listener set or not.
Definition at line 1535 of file embedder.h.
const char* FlutterChannelUpdate::channel |
The name of the channel.
Definition at line 1539 of file embedder.h.
bool FlutterChannelUpdate::listening |
True if a listener has been set, false if one has been cleared.
Definition at line 1541 of file embedder.h.
size_t FlutterChannelUpdate::struct_size |
Definition at line 1537 of file embedder.h.