15 lines
313 B
C++
15 lines
313 B
C++
//
|
|
// Generated file. Do not edit.
|
|
//
|
|
|
|
// clang-format off
|
|
|
|
#include "generated_plugin_registrant.h"
|
|
|
|
#include <desktop_drop/desktop_drop_plugin.h>
|
|
|
|
void RegisterPlugins(flutter::PluginRegistry* registry) {
|
|
DesktopDropPluginRegisterWithRegistrar(
|
|
registry->GetRegistrarForPlugin("DesktopDropPlugin"));
|
|
}
|