2022-11-28 02:26:36 +00:00
|
|
|
//
|
|
|
|
// Generated file. Do not edit.
|
|
|
|
//
|
|
|
|
|
|
|
|
// clang-format off
|
|
|
|
|
|
|
|
#include "generated_plugin_registrant.h"
|
|
|
|
|
2023-02-23 05:51:53 +00:00
|
|
|
#include <modal_progress_hud_nsn/modal_progress_hud_nsn_plugin.h>
|
2023-01-25 01:18:30 +00:00
|
|
|
#include <permission_handler_windows/permission_handler_windows_plugin.h>
|
2023-04-13 08:45:19 +00:00
|
|
|
#include <platform_device_id_windows/platform_device_id_windows_plugin.h>
|
2022-11-28 02:26:36 +00:00
|
|
|
|
|
|
|
void RegisterPlugins(flutter::PluginRegistry* registry) {
|
2023-02-23 05:51:53 +00:00
|
|
|
ModalProgressHudNsnPluginRegisterWithRegistrar(
|
|
|
|
registry->GetRegistrarForPlugin("ModalProgressHudNsnPlugin"));
|
2023-01-25 01:18:30 +00:00
|
|
|
PermissionHandlerWindowsPluginRegisterWithRegistrar(
|
|
|
|
registry->GetRegistrarForPlugin("PermissionHandlerWindowsPlugin"));
|
2023-04-13 08:45:19 +00:00
|
|
|
PlatformDeviceIdWindowsPluginRegisterWithRegistrar(
|
|
|
|
registry->GetRegistrarForPlugin("PlatformDeviceIdWindowsPlugin"));
|
2022-11-28 02:26:36 +00:00
|
|
|
}
|