You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
328 B

8 months ago
//
// Generated file. Do not edit.
//
// clang-format off
#include "generated_plugin_registrant.h"
8 months ago
#include <file_selector_windows/file_selector_windows.h>
8 months ago
void RegisterPlugins(flutter::PluginRegistry* registry) {
8 months ago
FileSelectorWindowsRegisterWithRegistrar(
registry->GetRegistrarForPlugin("FileSelectorWindows"));
8 months ago
}