muzzle-velocity/windows/flutter/generated_plugin_registrant.cc

18 lines
527 B
C++
Raw Normal View History

2025-02-20 22:40:41 +02:00
//
// Generated file. Do not edit.
//
// clang-format off
#include "generated_plugin_registrant.h"
2025-02-21 22:02:06 +02:00
#include <permission_handler_windows/permission_handler_windows_plugin.h>
2025-02-20 22:40:41 +02:00
#include <url_launcher_windows/url_launcher_windows.h>
void RegisterPlugins(flutter::PluginRegistry* registry) {
2025-02-21 22:02:06 +02:00
PermissionHandlerWindowsPluginRegisterWithRegistrar(
registry->GetRegistrarForPlugin("PermissionHandlerWindowsPlugin"));
2025-02-20 22:40:41 +02:00
UrlLauncherWindowsRegisterWithRegistrar(
registry->GetRegistrarForPlugin("UrlLauncherWindows"));
}