2024-08-14 15:43:21 +00:00
|
|
|
//
|
|
|
|
// Generated file. Do not edit.
|
|
|
|
//
|
|
|
|
|
|
|
|
// clang-format off
|
|
|
|
|
|
|
|
#include "generated_plugin_registrant.h"
|
|
|
|
|
2024-08-15 13:12:23 +00:00
|
|
|
#include <url_launcher_windows/url_launcher_windows.h>
|
2024-08-14 15:43:21 +00:00
|
|
|
|
|
|
|
void RegisterPlugins(flutter::PluginRegistry* registry) {
|
2024-08-15 13:12:23 +00:00
|
|
|
UrlLauncherWindowsRegisterWithRegistrar(
|
|
|
|
registry->GetRegistrarForPlugin("UrlLauncherWindows"));
|
2024-08-14 15:43:21 +00:00
|
|
|
}
|