2024-08-05 08:00:16 +01:00
|
|
|
//
|
|
|
|
// Generated file. Do not edit.
|
|
|
|
//
|
|
|
|
|
|
|
|
// clang-format off
|
|
|
|
|
|
|
|
#include "generated_plugin_registrant.h"
|
|
|
|
|
2024-08-30 13:58:11 +01:00
|
|
|
#include <geolocator_windows/geolocator_windows.h>
|
2024-08-05 08:00:16 +01:00
|
|
|
|
|
|
|
void RegisterPlugins(flutter::PluginRegistry* registry) {
|
2024-08-30 13:58:11 +01:00
|
|
|
GeolocatorWindowsRegisterWithRegistrar(
|
|
|
|
registry->GetRegistrarForPlugin("GeolocatorWindows"));
|
2024-08-05 08:00:16 +01:00
|
|
|
}
|