20 lines
685 B
C++
20 lines
685 B
C++
//
|
|
// Generated file. Do not edit.
|
|
//
|
|
|
|
// clang-format off
|
|
|
|
#include "generated_plugin_registrant.h"
|
|
|
|
#include <bitsdojo_window_windows/bitsdojo_window_plugin.h>
|
|
#include <desktop_drop/desktop_drop_plugin.h>
|
|
#include <permission_handler_windows/permission_handler_windows_plugin.h>
|
|
|
|
void RegisterPlugins(flutter::PluginRegistry* registry) {
|
|
BitsdojoWindowPluginRegisterWithRegistrar(
|
|
registry->GetRegistrarForPlugin("BitsdojoWindowPlugin"));
|
|
DesktopDropPluginRegisterWithRegistrar(
|
|
registry->GetRegistrarForPlugin("DesktopDropPlugin"));
|
|
PermissionHandlerWindowsPluginRegisterWithRegistrar(
|
|
registry->GetRegistrarForPlugin("PermissionHandlerWindowsPlugin"));
|
|
}
|