skantravels/Mobile/windows/flutter/generated_plugin_registrant.cc

18 lines
482 B
C++
Raw Normal View History

2024-08-05 08:00:16 +01:00
//
// 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>
2024-08-05 08:00:16 +01:00
void RegisterPlugins(flutter::PluginRegistry* registry) {
FileSelectorWindowsRegisterWithRegistrar(
registry->GetRegistrarForPlugin("FileSelectorWindows"));
GeolocatorWindowsRegisterWithRegistrar(
registry->GetRegistrarForPlugin("GeolocatorWindows"));
2024-08-05 08:00:16 +01:00
}