Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 
 
 

13 rader
459 B

  1. #include "include/webview_universal/webview_universal_plugin.h"
  2. #include "message_channel_plugin.h"
  3. #include "web_view_window_plugin.h"
  4. void WebviewUniversalPluginRegisterWithRegistrar(
  5. FlutterDesktopPluginRegistrarRef registrar) {
  6. WebviewWindowPlugin::RegisterWithRegistrar(
  7. flutter::PluginRegistrarManager::GetInstance()
  8. ->GetRegistrar<flutter::PluginRegistrarWindows>(registrar));
  9. RegisterClientMessageChannelPlugin(registrar);
  10. }