2024-02-11 21:45:43 +07:00
|
|
|
//
|
|
|
|
// Generated file. Do not edit.
|
|
|
|
//
|
|
|
|
|
|
|
|
// clang-format off
|
|
|
|
|
|
|
|
#include "generated_plugin_registrant.h"
|
|
|
|
|
|
|
|
#include <dynamic_color/dynamic_color_plugin_c_api.h>
|
2024-03-03 18:04:45 +07:00
|
|
|
#include <url_launcher_windows/url_launcher_windows.h>
|
2024-02-11 21:45:43 +07:00
|
|
|
|
|
|
|
void RegisterPlugins(flutter::PluginRegistry* registry) {
|
|
|
|
DynamicColorPluginCApiRegisterWithRegistrar(
|
|
|
|
registry->GetRegistrarForPlugin("DynamicColorPluginCApi"));
|
2024-03-03 18:04:45 +07:00
|
|
|
UrlLauncherWindowsRegisterWithRegistrar(
|
|
|
|
registry->GetRegistrarForPlugin("UrlLauncherWindows"));
|
2024-02-11 21:45:43 +07:00
|
|
|
}
|