You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

17 line
423 B

  1. //
  2. // Created by yangbin on 2021/11/15.
  3. //
  4. #ifndef webview_universal_WINDOWS_MESSAGE_CHANNEL_PLUGIN_H_
  5. #define webview_universal_WINDOWS_MESSAGE_CHANNEL_PLUGIN_H_
  6. #include <flutter_plugin_registrar.h>
  7. #include <flutter/plugin_registrar.h>
  8. #include <memory>
  9. #include <set>
  10. void RegisterClientMessageChannelPlugin(FlutterDesktopPluginRegistrarRef registrar);
  11. #endif //webview_universal_WINDOWS_MESSAGE_CHANNEL_PLUGIN_H_