1
0
Fork 0
This commit is contained in:
Florian RICHER (MrDev023) 2022-03-30 21:37:32 +02:00
commit 1ba7bd9153
96 changed files with 2985 additions and 0 deletions

View file

@ -0,0 +1,14 @@
//
// 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"));
}