// // Created by yangbin on 2021/11/15. // #ifndef webview_universal_WINDOWS_MESSAGE_CHANNEL_PLUGIN_H_ #define webview_universal_WINDOWS_MESSAGE_CHANNEL_PLUGIN_H_ #include #include #include #include void RegisterClientMessageChannelPlugin(FlutterDesktopPluginRegistrarRef registrar); #endif //webview_universal_WINDOWS_MESSAGE_CHANNEL_PLUGIN_H_