2024-06-03 13:04:05 +10:00
|
|
|
//
|
|
|
|
// Generated file. Do not edit.
|
|
|
|
//
|
|
|
|
|
|
|
|
// clang-format off
|
|
|
|
|
|
|
|
#include "generated_plugin_registrant.h"
|
|
|
|
|
2024-06-03 17:06:45 +10:00
|
|
|
#include <url_launcher_windows/url_launcher_windows.h>
|
2024-06-03 13:04:05 +10:00
|
|
|
|
|
|
|
void RegisterPlugins(flutter::PluginRegistry* registry) {
|
2024-06-03 17:06:45 +10:00
|
|
|
UrlLauncherWindowsRegisterWithRegistrar(
|
|
|
|
registry->GetRegistrarForPlugin("UrlLauncherWindows"));
|
2024-06-03 13:04:05 +10:00
|
|
|
}
|