mirror of
https://github.com/lifegpc/eh_downloader_flutter.git
synced 2026-06-07 06:18:58 +08:00
24 lines
896 B
C++
24 lines
896 B
C++
//
|
|
// Generated file. Do not edit.
|
|
//
|
|
|
|
// clang-format off
|
|
|
|
#include "generated_plugin_registrant.h"
|
|
|
|
#include <irondash_engine_context/irondash_engine_context_plugin_c_api.h>
|
|
#include <screen_retriever/screen_retriever_plugin.h>
|
|
#include <super_native_extensions/super_native_extensions_plugin_c_api.h>
|
|
#include <window_manager/window_manager_plugin.h>
|
|
|
|
void RegisterPlugins(flutter::PluginRegistry* registry) {
|
|
IrondashEngineContextPluginCApiRegisterWithRegistrar(
|
|
registry->GetRegistrarForPlugin("IrondashEngineContextPluginCApi"));
|
|
ScreenRetrieverPluginRegisterWithRegistrar(
|
|
registry->GetRegistrarForPlugin("ScreenRetrieverPlugin"));
|
|
SuperNativeExtensionsPluginCApiRegisterWithRegistrar(
|
|
registry->GetRegistrarForPlugin("SuperNativeExtensionsPluginCApi"));
|
|
WindowManagerPluginRegisterWithRegistrar(
|
|
registry->GetRegistrarForPlugin("WindowManagerPlugin"));
|
|
}
|