Files
rog_app/windows/flutter/generated_plugin_registrant.cc

27 lines
1.0 KiB
C++
Raw Permalink Normal View History

2022-03-14 12:28:57 +05:30
//
// Generated file. Do not edit.
//
// clang-format off
#include "generated_plugin_registrant.h"
2022-11-14 22:22:41 +05:30
#include <connectivity_plus/connectivity_plus_windows_plugin.h>
2023-09-03 23:37:41 +05:30
#include <file_selector_windows/file_selector_windows.h>
2022-03-14 12:28:57 +05:30
#include <geolocator_windows/geolocator_windows.h>
2022-09-12 19:52:28 +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) {
2022-11-14 22:22:41 +05:30
ConnectivityPlusWindowsPluginRegisterWithRegistrar(
registry->GetRegistrarForPlugin("ConnectivityPlusWindowsPlugin"));
2023-09-03 23:37:41 +05:30
FileSelectorWindowsRegisterWithRegistrar(
registry->GetRegistrarForPlugin("FileSelectorWindows"));
2022-03-14 12:28:57 +05:30
GeolocatorWindowsRegisterWithRegistrar(
registry->GetRegistrarForPlugin("GeolocatorWindows"));
2022-09-12 19:52:28 +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
}