web3terms/windows/flutter/generated_plugin_registrant.cc
randogoth 6a2583c6c3 init
2025-02-18 21:15:53 +02:00

14 lines
318 B
C++

//
// Generated file. Do not edit.
//
// clang-format off
#include "generated_plugin_registrant.h"
#include <geolocator_windows/geolocator_windows.h>
void RegisterPlugins(flutter::PluginRegistry* registry) {
GeolocatorWindowsRegisterWithRegistrar(
registry->GetRegistrarForPlugin("GeolocatorWindows"));
}