Files
rog_app/windows/flutter/generated_plugin_registrant.cc

24 lines
872 B
C++
Raw 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>
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"));
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
}