2024-07-31 18:02:27 +03:00
|
|
|
//
|
|
|
|
// Generated file. Do not edit.
|
|
|
|
//
|
|
|
|
|
|
|
|
// clang-format off
|
|
|
|
|
|
|
|
#include "generated_plugin_registrant.h"
|
|
|
|
|
2024-09-09 15:09:43 +03:00
|
|
|
#include <audioplayers_windows/audioplayers_windows_plugin.h>
|
2024-07-31 18:02:27 +03:00
|
|
|
|
|
|
|
void RegisterPlugins(flutter::PluginRegistry* registry) {
|
2024-09-09 15:09:43 +03:00
|
|
|
AudioplayersWindowsPluginRegisterWithRegistrar(
|
|
|
|
registry->GetRegistrarForPlugin("AudioplayersWindowsPlugin"));
|
2024-07-31 18:02:27 +03:00
|
|
|
}
|