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 yangbin on 2021/11/15.
- //
-
- #ifndef webview_universal_WINDOWS_MESSAGE_CHANNEL_PLUGIN_H_
- #define webview_universal_WINDOWS_MESSAGE_CHANNEL_PLUGIN_H_
-
- #include <flutter_plugin_registrar.h>
- #include <flutter/plugin_registrar.h>
-
- #include <memory>
- #include <set>
-
- void RegisterClientMessageChannelPlugin(FlutterDesktopPluginRegistrarRef registrar);
-
- #endif //webview_universal_WINDOWS_MESSAGE_CHANNEL_PLUGIN_H_
|