2021-09-14 20:35:48 +00:00
|
|
|
//
|
|
|
|
// Generated file. Do not edit.
|
|
|
|
//
|
|
|
|
|
|
|
|
// clang-format off
|
|
|
|
|
|
|
|
#include "generated_plugin_registrant.h"
|
|
|
|
|
2024-05-24 15:14:17 +00:00
|
|
|
#include <audioplayers_windows/audioplayers_windows_plugin.h>
|
2021-09-14 20:35:48 +00:00
|
|
|
|
|
|
|
void RegisterPlugins(flutter::PluginRegistry* registry) {
|
2024-05-24 15:14:17 +00:00
|
|
|
AudioplayersWindowsPluginRegisterWithRegistrar(
|
|
|
|
registry->GetRegistrarForPlugin("AudioplayersWindowsPlugin"));
|
2021-09-14 20:35:48 +00:00
|
|
|
}
|