wonders/windows/flutter/generated_plugin_registrant.cc

18 lines
481 B
C++
Raw Normal View History

2022-10-03 19:32:56 -06:00
//
// Generated file. Do not edit.
//
// clang-format off
#include "generated_plugin_registrant.h"
2022-10-24 15:42:27 -06:00
#include <desktop_window/desktop_window_plugin.h>
2022-10-03 19:32:56 -06:00
#include <url_launcher_windows/url_launcher_windows.h>
void RegisterPlugins(flutter::PluginRegistry* registry) {
2022-10-24 15:42:27 -06:00
DesktopWindowPluginRegisterWithRegistrar(
registry->GetRegistrarForPlugin("DesktopWindowPlugin"));
2022-10-03 19:32:56 -06:00
UrlLauncherWindowsRegisterWithRegistrar(
registry->GetRegistrarForPlugin("UrlLauncherWindows"));
}