2022-06-16 20:30:02 +00:00
|
|
|
//
|
|
|
|
// Generated file. Do not edit.
|
|
|
|
//
|
|
|
|
|
|
|
|
// clang-format off
|
|
|
|
|
|
|
|
#include "generated_plugin_registrant.h"
|
|
|
|
|
2022-06-28 20:05:24 +00:00
|
|
|
#include <url_launcher_windows/url_launcher_windows.h>
|
2022-06-16 20:30:02 +00:00
|
|
|
|
|
|
|
void RegisterPlugins(flutter::PluginRegistry* registry) {
|
2022-06-28 20:05:24 +00:00
|
|
|
UrlLauncherWindowsRegisterWithRegistrar(
|
|
|
|
registry->GetRegistrarForPlugin("UrlLauncherWindows"));
|
2022-06-16 20:30:02 +00:00
|
|
|
}
|