skantravels/Mobile/windows/flutter/generated_plugin_registrant.cc

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