2022-02-14 01:57:47 +03:00
|
|
|
//
|
|
|
|
// Generated file. Do not edit.
|
|
|
|
//
|
|
|
|
|
|
|
|
// clang-format off
|
|
|
|
|
|
|
|
#include "generated_plugin_registrant.h"
|
|
|
|
|
2022-04-04 01:41:14 +03:00
|
|
|
#include <desktop_window/desktop_window_plugin.h>
|
2022-02-14 01:57:47 +03:00
|
|
|
|
|
|
|
void RegisterPlugins(flutter::PluginRegistry* registry) {
|
2022-04-04 01:41:14 +03:00
|
|
|
DesktopWindowPluginRegisterWithRegistrar(
|
|
|
|
registry->GetRegistrarForPlugin("DesktopWindowPlugin"));
|
2022-02-14 01:57:47 +03:00
|
|
|
}
|