muzzle-velocity/windows/flutter/generated_plugin_registrant.cc
randogoth 84c134adc4 init
2025-02-20 22:40:41 +02:00

14 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"));
}