#include <fl_platform_channel.h>
Public Attributes | |
FlMethodResponse *(* | clipboard_set_data )(FlMethodCall *method_call, const gchar *text, gpointer user_data) |
FlMethodResponse *(* | clipboard_get_data )(FlMethodCall *method_call, const gchar *format, gpointer user_data) |
FlMethodResponse *(* | clipboard_has_strings )(FlMethodCall *method_call, gpointer user_data) |
FlMethodResponse *(* | system_exit_application )(FlMethodCall *method_call, FlPlatformChannelExitType type, gpointer user_data) |
void(* | system_initialization_complete )(gpointer user_data) |
void(* | system_sound_play )(const gchar *type, gpointer user_data) |
void(* | system_navigator_pop )(gpointer user_data) |
FlPlatformChannel:
#FlPlatformChannel is a channel that implements the shell side of SystemChannels.platform from the Flutter services library.
Definition at line 36 of file fl_platform_channel.h.
FlMethodResponse*(* FlPlatformChannelVTable::clipboard_get_data) (FlMethodCall *method_call, const gchar *format, gpointer user_data) |
Definition at line 40 of file fl_platform_channel.h.
FlMethodResponse*(* FlPlatformChannelVTable::clipboard_has_strings) (FlMethodCall *method_call, gpointer user_data) |
Definition at line 43 of file fl_platform_channel.h.
FlMethodResponse*(* FlPlatformChannelVTable::clipboard_set_data) (FlMethodCall *method_call, const gchar *text, gpointer user_data) |
Definition at line 37 of file fl_platform_channel.h.
FlMethodResponse*(* FlPlatformChannelVTable::system_exit_application) (FlMethodCall *method_call, FlPlatformChannelExitType type, gpointer user_data) |
Definition at line 45 of file fl_platform_channel.h.
void(* FlPlatformChannelVTable::system_initialization_complete) (gpointer user_data) |
Definition at line 48 of file fl_platform_channel.h.
void(* FlPlatformChannelVTable::system_navigator_pop) (gpointer user_data) |
Definition at line 50 of file fl_platform_channel.h.
Definition at line 49 of file fl_platform_channel.h.