ThesisProject / check_app /windows /flutter /generated_plugin_registrant.cc
JeyBii's picture
Clickable sources, headline/body split, source-count confidence, cleaner messages
8c7ed82
Raw
History Blame Contribute Delete
324 Bytes
//
// 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"));
}