// // Generated file. Do not edit. // // clang-format off #include "generated_plugin_registrant.h" #include <connectivity_plus_windows/connectivity_plus_windows_plugin.h> #include <desktop_drop/desktop_drop_plugin.h> #include <desktop_lifecycle/desktop_lifecycle_plugin.h> #include <flutter_webrtc/flutter_web_r_t_c_plugin.h> #include <permission_handler_windows/permission_handler_windows_plugin.h> #include <record_windows/record_windows_plugin_c_api.h> #include <url_launcher_windows/url_launcher_windows.h> void RegisterPlugins(flutter::PluginRegistry* registry) { ConnectivityPlusWindowsPluginRegisterWithRegistrar( registry->GetRegistrarForPlugin("ConnectivityPlusWindowsPlugin")); DesktopDropPluginRegisterWithRegistrar( registry->GetRegistrarForPlugin("DesktopDropPlugin")); DesktopLifecyclePluginRegisterWithRegistrar( registry->GetRegistrarForPlugin("DesktopLifecyclePlugin")); FlutterWebRTCPluginRegisterWithRegistrar( registry->GetRegistrarForPlugin("FlutterWebRTCPlugin")); PermissionHandlerWindowsPluginRegisterWithRegistrar( registry->GetRegistrarForPlugin("PermissionHandlerWindowsPlugin")); RecordWindowsPluginCApiRegisterWithRegistrar( registry->GetRegistrarForPlugin("RecordWindowsPluginCApi")); UrlLauncherWindowsRegisterWithRegistrar( registry->GetRegistrarForPlugin("UrlLauncherWindows")); }