2026-01-12 22:14:53 +09:00
|
|
|
//
|
|
|
|
|
// Generated file. Do not edit.
|
|
|
|
|
//
|
|
|
|
|
|
|
|
|
|
// clang-format off
|
|
|
|
|
|
|
|
|
|
#include "generated_plugin_registrant.h"
|
|
|
|
|
|
2026-03-29 14:10:03 +09:00
|
|
|
#include <flutter_inappwebview_windows/flutter_inappwebview_windows_plugin_c_api.h>
|
2026-01-13 10:42:52 +09:00
|
|
|
#include <permission_handler_windows/permission_handler_windows_plugin.h>
|
2026-01-13 00:07:59 +09:00
|
|
|
#include <url_launcher_windows/url_launcher_windows.h>
|
2026-03-29 14:10:03 +09:00
|
|
|
#include <volume_controller/volume_controller_plugin_c_api.h>
|
2026-01-12 22:14:53 +09:00
|
|
|
|
|
|
|
|
void RegisterPlugins(flutter::PluginRegistry* registry) {
|
2026-03-29 14:10:03 +09:00
|
|
|
FlutterInappwebviewWindowsPluginCApiRegisterWithRegistrar(
|
|
|
|
|
registry->GetRegistrarForPlugin("FlutterInappwebviewWindowsPluginCApi"));
|
2026-01-13 10:42:52 +09:00
|
|
|
PermissionHandlerWindowsPluginRegisterWithRegistrar(
|
|
|
|
|
registry->GetRegistrarForPlugin("PermissionHandlerWindowsPlugin"));
|
2026-01-13 00:07:59 +09:00
|
|
|
UrlLauncherWindowsRegisterWithRegistrar(
|
|
|
|
|
registry->GetRegistrarForPlugin("UrlLauncherWindows"));
|
2026-03-29 14:10:03 +09:00
|
|
|
VolumeControllerPluginCApiRegisterWithRegistrar(
|
|
|
|
|
registry->GetRegistrarForPlugin("VolumeControllerPluginCApi"));
|
2026-01-12 22:14:53 +09:00
|
|
|
}
|