2021-09-29 23:57:09 +00:00
|
|
|
//
|
|
|
|
// Generated file. Do not edit.
|
|
|
|
//
|
|
|
|
|
2021-12-05 13:13:24 +00:00
|
|
|
// clang-format off
|
|
|
|
|
2021-09-29 23:57:09 +00:00
|
|
|
#include "generated_plugin_registrant.h"
|
|
|
|
|
|
|
|
#include <url_launcher_windows/url_launcher_windows.h>
|
|
|
|
|
|
|
|
void RegisterPlugins(flutter::PluginRegistry* registry) {
|
|
|
|
UrlLauncherWindowsRegisterWithRegistrar(
|
|
|
|
registry->GetRegistrarForPlugin("UrlLauncherWindows"));
|
|
|
|
}
|