2023-06-21 17:44:28 +08:00
|
|
|
//
|
|
|
|
// Generated file. Do not edit.
|
|
|
|
//
|
|
|
|
|
|
|
|
// clang-format off
|
|
|
|
|
|
|
|
#include "generated_plugin_registrant.h"
|
|
|
|
|
2023-06-29 17:02:09 +08:00
|
|
|
#include <file_selector_windows/file_selector_windows.h>
|
2023-07-11 23:39:36 +08:00
|
|
|
#include <permission_handler_windows/permission_handler_windows_plugin.h>
|
2023-06-21 17:44:28 +08:00
|
|
|
|
|
|
|
void RegisterPlugins(flutter::PluginRegistry* registry) {
|
2023-06-29 17:02:09 +08:00
|
|
|
FileSelectorWindowsRegisterWithRegistrar(
|
|
|
|
registry->GetRegistrarForPlugin("FileSelectorWindows"));
|
2023-07-11 23:39:36 +08:00
|
|
|
PermissionHandlerWindowsPluginRegisterWithRegistrar(
|
|
|
|
registry->GetRegistrarForPlugin("PermissionHandlerWindowsPlugin"));
|
2023-06-21 17:44:28 +08:00
|
|
|
}
|