yubioath-flutter/windows/flutter/generated_plugin_registrant.cc

30 lines
1.1 KiB
C++
Raw Normal View History

2021-11-19 10:50:09 +03:00
//
// Generated file. Do not edit.
//
// clang-format off
#include "generated_plugin_registrant.h"
2022-04-04 16:15:05 +03:00
#include <desktop_drop/desktop_drop_plugin.h>
2023-02-24 15:59:09 +03:00
#include <local_notifier/local_notifier_plugin.h>
2022-06-13 09:34:10 +03:00
#include <screen_retriever/screen_retriever_plugin.h>
2023-02-24 15:59:09 +03:00
#include <tray_manager/tray_manager_plugin.h>
2022-06-05 13:26:40 +03:00
#include <url_launcher_windows/url_launcher_windows.h>
#include <window_manager/window_manager_plugin.h>
2021-11-19 10:50:09 +03:00
void RegisterPlugins(flutter::PluginRegistry* registry) {
2022-04-04 16:15:05 +03:00
DesktopDropPluginRegisterWithRegistrar(
registry->GetRegistrarForPlugin("DesktopDropPlugin"));
2023-02-24 15:59:09 +03:00
LocalNotifierPluginRegisterWithRegistrar(
registry->GetRegistrarForPlugin("LocalNotifierPlugin"));
2022-06-13 09:34:10 +03:00
ScreenRetrieverPluginRegisterWithRegistrar(
registry->GetRegistrarForPlugin("ScreenRetrieverPlugin"));
2023-02-24 15:59:09 +03:00
TrayManagerPluginRegisterWithRegistrar(
registry->GetRegistrarForPlugin("TrayManagerPlugin"));
2022-06-05 13:26:40 +03:00
UrlLauncherWindowsRegisterWithRegistrar(
registry->GetRegistrarForPlugin("UrlLauncherWindows"));
WindowManagerPluginRegisterWithRegistrar(
registry->GetRegistrarForPlugin("WindowManagerPlugin"));
2021-11-19 10:50:09 +03:00
}