cwtch-ui/windows/flutter/generated_plugin_registrant.cc

15 lines
324 B
C++
Raw Permalink Normal View History

2021-06-24 23:10:45 +00:00
//
// Generated file. Do not edit.
//
// clang-format off
#include "generated_plugin_registrant.h"
2021-12-08 05:47:28 +00:00
#include <url_launcher_windows/url_launcher_windows.h>
2021-06-24 23:10:45 +00:00
void RegisterPlugins(flutter::PluginRegistry* registry) {
2021-12-08 05:47:28 +00:00
UrlLauncherWindowsRegisterWithRegistrar(
registry->GetRegistrarForPlugin("UrlLauncherWindows"));
2021-06-24 23:10:45 +00:00
}