yubioath-flutter/windows/flutter/generated_plugin_registrant.cc

18 lines
470 B
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>
#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"));
WindowManagerPluginRegisterWithRegistrar(
registry->GetRegistrarForPlugin("WindowManagerPlugin"));
2021-11-19 10:50:09 +03:00
}