2022-03-14 12:28:57 +05:30
|
|
|
//
|
|
|
|
|
// Generated file. Do not edit.
|
|
|
|
|
//
|
|
|
|
|
|
|
|
|
|
// clang-format off
|
|
|
|
|
|
|
|
|
|
#include "generated_plugin_registrant.h"
|
|
|
|
|
|
|
|
|
|
#include <geolocator_windows/geolocator_windows.h>
|
2022-12-13 18:19:16 +05:30
|
|
|
#include <permission_handler_windows/permission_handler_windows_plugin.h>
|
2022-03-15 18:19:34 +05:30
|
|
|
#include <url_launcher_windows/url_launcher_windows.h>
|
2022-03-14 12:28:57 +05:30
|
|
|
|
|
|
|
|
void RegisterPlugins(flutter::PluginRegistry* registry) {
|
|
|
|
|
GeolocatorWindowsRegisterWithRegistrar(
|
|
|
|
|
registry->GetRegistrarForPlugin("GeolocatorWindows"));
|
2022-12-13 18:19:16 +05:30
|
|
|
PermissionHandlerWindowsPluginRegisterWithRegistrar(
|
|
|
|
|
registry->GetRegistrarForPlugin("PermissionHandlerWindowsPlugin"));
|
2022-03-15 18:19:34 +05:30
|
|
|
UrlLauncherWindowsRegisterWithRegistrar(
|
|
|
|
|
registry->GetRegistrarForPlugin("UrlLauncherWindows"));
|
2022-03-14 12:28:57 +05:30
|
|
|
}
|