2022-11-28 02:26:36 +00:00
|
|
|
//
|
|
|
|
// Generated file. Do not edit.
|
|
|
|
//
|
|
|
|
|
|
|
|
// clang-format off
|
|
|
|
|
|
|
|
#include "generated_plugin_registrant.h"
|
|
|
|
|
2023-01-25 01:18:30 +00:00
|
|
|
#include <permission_handler_windows/permission_handler_windows_plugin.h>
|
2022-11-28 02:26:36 +00:00
|
|
|
|
|
|
|
void RegisterPlugins(flutter::PluginRegistry* registry) {
|
2023-01-25 01:18:30 +00:00
|
|
|
PermissionHandlerWindowsPluginRegisterWithRegistrar(
|
|
|
|
registry->GetRegistrarForPlugin("PermissionHandlerWindowsPlugin"));
|
2022-11-28 02:26:36 +00:00
|
|
|
}
|