info_tren/windows/flutter/generated_plugin_registrant.cc

18 lines
491 B
C++
Raw Normal View History

2022-11-10 07:51:06 +01:00
//
// Generated file. Do not edit.
//
// clang-format off
#include "generated_plugin_registrant.h"
2023-07-24 06:55:45 +02:00
#include <dynamic_color/dynamic_color_plugin_c_api.h>
2022-11-10 07:51:06 +01:00
#include <url_launcher_windows/url_launcher_windows.h>
void RegisterPlugins(flutter::PluginRegistry* registry) {
2023-07-24 06:55:45 +02:00
DynamicColorPluginCApiRegisterWithRegistrar(
registry->GetRegistrarForPlugin("DynamicColorPluginCApi"));
2022-11-10 07:51:06 +01:00
UrlLauncherWindowsRegisterWithRegistrar(
registry->GetRegistrarForPlugin("UrlLauncherWindows"));
}