mobile-flutter/covas_mobile/windows/flutter/generated_plugin_registrant.cc

24 lines
845 B
C++
Raw Normal View History

2022-08-27 12:14:34 +02:00
//
// Generated file. Do not edit.
//
// clang-format off
#include "generated_plugin_registrant.h"
2024-07-20 17:16:38 +02:00
#include <file_selector_windows/file_selector_windows.h>
2024-11-06 13:27:31 +01:00
#include <geolocator_windows/geolocator_windows.h>
#include <permission_handler_windows/permission_handler_windows_plugin.h>
2024-11-11 14:48:23 +01:00
#include <url_launcher_windows/url_launcher_windows.h>
2022-08-27 12:14:34 +02:00
void RegisterPlugins(flutter::PluginRegistry* registry) {
2024-07-20 17:16:38 +02:00
FileSelectorWindowsRegisterWithRegistrar(
registry->GetRegistrarForPlugin("FileSelectorWindows"));
2024-11-06 13:27:31 +01:00
GeolocatorWindowsRegisterWithRegistrar(
registry->GetRegistrarForPlugin("GeolocatorWindows"));
PermissionHandlerWindowsPluginRegisterWithRegistrar(
registry->GetRegistrarForPlugin("PermissionHandlerWindowsPlugin"));
2024-11-11 14:48:23 +01:00
UrlLauncherWindowsRegisterWithRegistrar(
registry->GetRegistrarForPlugin("UrlLauncherWindows"));
2022-08-27 12:14:34 +02:00
}