relatica/windows/flutter/generated_plugin_registrant.cc

15 wiersze
321 B
C++
Czysty Zwykły widok Historia

2022-11-03 03:25:29 +00:00
//
// Generated file. Do not edit.
//
// clang-format off
#include "generated_plugin_registrant.h"
2022-11-09 02:19:44 +00:00
#include <desktop_window/desktop_window_plugin.h>
2022-11-03 03:25:29 +00:00
void RegisterPlugins(flutter::PluginRegistry* registry) {
2022-11-09 02:19:44 +00:00
DesktopWindowPluginRegisterWithRegistrar(
registry->GetRegistrarForPlugin("DesktopWindowPlugin"));
2022-11-03 03:25:29 +00:00
}