2024-11-08 16:09:46 +00:00
|
|
|
//
|
|
|
|
// Generated file. Do not edit.
|
|
|
|
//
|
|
|
|
|
|
|
|
// clang-format off
|
|
|
|
|
|
|
|
#include "generated_plugin_registrant.h"
|
|
|
|
|
|
|
|
#include <connectivity_plus/connectivity_plus_windows_plugin.h>
|
2024-11-09 03:16:14 +00:00
|
|
|
#include <url_launcher_windows/url_launcher_windows.h>
|
2024-11-08 16:09:46 +00:00
|
|
|
|
|
|
|
void RegisterPlugins(flutter::PluginRegistry* registry) {
|
|
|
|
ConnectivityPlusWindowsPluginRegisterWithRegistrar(
|
|
|
|
registry->GetRegistrarForPlugin("ConnectivityPlusWindowsPlugin"));
|
2024-11-09 03:16:14 +00:00
|
|
|
UrlLauncherWindowsRegisterWithRegistrar(
|
|
|
|
registry->GetRegistrarForPlugin("UrlLauncherWindows"));
|
2024-11-08 16:09:46 +00:00
|
|
|
}
|