18 lines
482 B
C++
18 lines
482 B
C++
//
|
|
// Generated file. Do not edit.
|
|
//
|
|
|
|
// clang-format off
|
|
|
|
#include "generated_plugin_registrant.h"
|
|
|
|
#include <file_selector_windows/file_selector_windows.h>
|
|
#include <geolocator_windows/geolocator_windows.h>
|
|
|
|
void RegisterPlugins(flutter::PluginRegistry* registry) {
|
|
FileSelectorWindowsRegisterWithRegistrar(
|
|
registry->GetRegistrarForPlugin("FileSelectorWindows"));
|
|
GeolocatorWindowsRegisterWithRegistrar(
|
|
registry->GetRegistrarForPlugin("GeolocatorWindows"));
|
|
}
|