pikapika/windows/flutter/generated_plugin_registrant.cc

18 lines
491 B
C++
Raw Normal View History

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"
2022-06-29 19:02:01 +00:00
#include <app_links_windows/app_links_windows_plugin.h>
2021-09-29 23:57:09 +00:00
#include <url_launcher_windows/url_launcher_windows.h>
void RegisterPlugins(flutter::PluginRegistry* registry) {
2022-06-29 19:02:01 +00:00
AppLinksWindowsPluginRegisterWithRegistrar(
registry->GetRegistrarForPlugin("AppLinksWindowsPlugin"));
2021-09-29 23:57:09 +00:00
UrlLauncherWindowsRegisterWithRegistrar(
registry->GetRegistrarForPlugin("UrlLauncherWindows"));
}