An update to whether a message channel has a listener set or not. More...
#include <embedder.h>
Public Attributes | |
| size_t | struct_size |
| The size of the struct. Must be sizeof(FlutterChannelUpdate). | |
| const char * | channel |
| The name of the channel. | |
| bool | listening |
| True if a listener has been set, false if one has been cleared. | |
An update to whether a message channel has a listener set or not.
Definition at line 1829 of file embedder.h.
| const char* FlutterChannelUpdate::channel |
The name of the channel.
Definition at line 1833 of file embedder.h.
Referenced by flutter::testing::TEST_F().
| bool FlutterChannelUpdate::listening |
True if a listener has been set, false if one has been cleared.
Definition at line 1835 of file embedder.h.
Referenced by flutter::testing::TEST_F().
| size_t FlutterChannelUpdate::struct_size |
The size of the struct. Must be sizeof(FlutterChannelUpdate).
Definition at line 1831 of file embedder.h.