Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 
 
 

17 wiersze
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_