2024-08-06 19:06:38 +03:00
|
|
|
//
|
|
|
|
// Generated file. Do not edit.
|
|
|
|
//
|
|
|
|
|
|
|
|
// clang-format off
|
|
|
|
|
|
|
|
#include "generated_plugin_registrant.h"
|
|
|
|
|
2025-04-27 19:42:53 +03:00
|
|
|
#include <dynamic_color/dynamic_color_plugin_c_api.h>
|
2024-08-06 19:06:38 +03:00
|
|
|
#include <url_launcher_windows/url_launcher_windows.h>
|
|
|
|
|
|
|
|
void RegisterPlugins(flutter::PluginRegistry* registry) {
|
2025-04-27 19:42:53 +03:00
|
|
|
DynamicColorPluginCApiRegisterWithRegistrar(
|
|
|
|
registry->GetRegistrarForPlugin("DynamicColorPluginCApi"));
|
2024-08-06 19:06:38 +03:00
|
|
|
UrlLauncherWindowsRegisterWithRegistrar(
|
|
|
|
registry->GetRegistrarForPlugin("UrlLauncherWindows"));
|
|
|
|
}
|