2022-10-25 14:20:18 +02:00
|
|
|
//
|
|
|
|
// Generated file. Do not edit.
|
|
|
|
//
|
|
|
|
|
|
|
|
// clang-format off
|
|
|
|
|
|
|
|
#include "generated_plugin_registrant.h"
|
|
|
|
|
2024-08-30 09:55:32 +02:00
|
|
|
#include <file_selector_windows/file_selector_windows.h>
|
2022-10-25 14:20:18 +02:00
|
|
|
#include <permission_handler_windows/permission_handler_windows_plugin.h>
|
|
|
|
|
|
|
|
void RegisterPlugins(flutter::PluginRegistry* registry) {
|
2024-08-30 09:55:32 +02:00
|
|
|
FileSelectorWindowsRegisterWithRegistrar(
|
|
|
|
registry->GetRegistrarForPlugin("FileSelectorWindows"));
|
2022-10-25 14:20:18 +02:00
|
|
|
PermissionHandlerWindowsPluginRegisterWithRegistrar(
|
|
|
|
registry->GetRegistrarForPlugin("PermissionHandlerWindowsPlugin"));
|
|
|
|
}
|