The Webview Univeral Flutter package for Appeto SDK.
Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
|
- //
- // Created by boyan on 11/23/21.
- //
-
- #ifndef webview_universal_LINUX_MESSAGE_CHANNEL_PLUGIN_H_
- #define webview_universal_LINUX_MESSAGE_CHANNEL_PLUGIN_H_
-
- #include <flutter_linux/flutter_linux.h>
-
- void client_message_channel_plugin_register_with_registrar(FlPluginRegistrar *registrar);
-
- #endif //webview_universal_LINUX_MESSAGE_CHANNEL_PLUGIN_H_
|