You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
655 B
20 lines
655 B
// |
|
// Generated file. Do not edit. |
|
// |
|
|
|
// clang-format off |
|
|
|
#include "generated_plugin_registrant.h" |
|
|
|
#include <bitsdojo_window_windows/bitsdojo_window_plugin.h> |
|
#include <screen_retriever/screen_retriever_plugin.h> |
|
#include <window_manager/window_manager_plugin.h> |
|
|
|
void RegisterPlugins(flutter::PluginRegistry* registry) { |
|
BitsdojoWindowPluginRegisterWithRegistrar( |
|
registry->GetRegistrarForPlugin("BitsdojoWindowPlugin")); |
|
ScreenRetrieverPluginRegisterWithRegistrar( |
|
registry->GetRegistrarForPlugin("ScreenRetrieverPlugin")); |
|
WindowManagerPluginRegisterWithRegistrar( |
|
registry->GetRegistrarForPlugin("WindowManagerPlugin")); |
|
}
|
|
|