2022-08-27 12:14:34 +02:00
|
|
|
//
|
|
|
|
// Generated file. Do not edit.
|
|
|
|
//
|
|
|
|
|
|
|
|
// clang-format off
|
|
|
|
|
|
|
|
#include "generated_plugin_registrant.h"
|
|
|
|
|
2024-07-20 17:16:38 +02:00
|
|
|
#include <file_selector_windows/file_selector_windows.h>
|
2022-08-27 12:14:34 +02:00
|
|
|
|
|
|
|
void RegisterPlugins(flutter::PluginRegistry* registry) {
|
2024-07-20 17:16:38 +02:00
|
|
|
FileSelectorWindowsRegisterWithRegistrar(
|
|
|
|
registry->GetRegistrarForPlugin("FileSelectorWindows"));
|
2022-08-27 12:14:34 +02:00
|
|
|
}
|