Refactor hierarchy
This commit is contained in:
parent
fe4f77d290
commit
110b2d150c
151 changed files with 79 additions and 7 deletions
14
client/windows/flutter/generated_plugin_registrant.cc
Normal file
14
client/windows/flutter/generated_plugin_registrant.cc
Normal file
|
@ -0,0 +1,14 @@
|
|||
//
|
||||
// Generated file. Do not edit.
|
||||
//
|
||||
|
||||
// clang-format off
|
||||
|
||||
#include "generated_plugin_registrant.h"
|
||||
|
||||
#include <file_selector_windows/file_selector_windows.h>
|
||||
|
||||
void RegisterPlugins(flutter::PluginRegistry* registry) {
|
||||
FileSelectorWindowsRegisterWithRegistrar(
|
||||
registry->GetRegistrarForPlugin("FileSelectorWindows"));
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue