1
0
mirror of https://github.com/flutter/samples.git synced 2026-04-19 05:22:16 +00:00
Files
samples/navigation_and_routing/windows/flutter/generated_plugin_registrant.cc
2026-04-15 13:02:16 -07:00

15 lines
324 B
C++

//
// Generated file. Do not edit.
//
// clang-format off
#include "generated_plugin_registrant.h"
#include <url_launcher_windows/url_launcher_windows.h>
void RegisterPlugins(flutter::PluginRegistry* registry) {
UrlLauncherWindowsRegisterWithRegistrar(
registry->GetRegistrarForPlugin("UrlLauncherWindows"));
}