2025-04-29 16:13:50 +08:00
|
|
|
//
|
|
|
|
// Generated file. Do not edit.
|
|
|
|
//
|
|
|
|
|
|
|
|
// clang-format off
|
|
|
|
|
|
|
|
#include "generated_plugin_registrant.h"
|
|
|
|
|
2025-05-09 16:49:13 +08:00
|
|
|
#include <file_selector_windows/file_selector_windows.h>
|
2025-04-29 16:13:50 +08:00
|
|
|
|
|
|
|
void RegisterPlugins(flutter::PluginRegistry* registry) {
|
2025-05-09 16:49:13 +08:00
|
|
|
FileSelectorWindowsRegisterWithRegistrar(
|
|
|
|
registry->GetRegistrarForPlugin("FileSelectorWindows"));
|
2025-04-29 16:13:50 +08:00
|
|
|
}
|