2025-08-20 15:15:20 +07:00
|
|
|
//
|
|
|
|
|
// Generated file. Do not edit.
|
|
|
|
|
//
|
|
|
|
|
|
|
|
|
|
// clang-format off
|
|
|
|
|
|
|
|
|
|
#include "generated_plugin_registrant.h"
|
|
|
|
|
|
2025-08-23 16:29:32 +07:00
|
|
|
#include <file_selector_windows/file_selector_windows.h>
|
2025-08-20 15:15:20 +07:00
|
|
|
|
|
|
|
|
void RegisterPlugins(flutter::PluginRegistry* registry) {
|
2025-08-23 16:29:32 +07:00
|
|
|
FileSelectorWindowsRegisterWithRegistrar(
|
|
|
|
|
registry->GetRegistrarForPlugin("FileSelectorWindows"));
|
2025-08-20 15:15:20 +07:00
|
|
|
}
|