2024-02-11 11:55:01 +01:00
|
|
|
//
|
|
|
|
// Generated file. Do not edit.
|
|
|
|
//
|
|
|
|
|
|
|
|
// clang-format off
|
|
|
|
|
|
|
|
#include "generated_plugin_registrant.h"
|
|
|
|
|
2024-02-11 21:39:11 +01:00
|
|
|
#include <audioplayers_windows/audioplayers_windows_plugin.h>
|
|
|
|
#include <record_windows/record_windows_plugin_c_api.h>
|
2024-02-11 11:55:01 +01:00
|
|
|
|
|
|
|
void RegisterPlugins(flutter::PluginRegistry* registry) {
|
2024-02-11 21:39:11 +01:00
|
|
|
AudioplayersWindowsPluginRegisterWithRegistrar(
|
|
|
|
registry->GetRegistrarForPlugin("AudioplayersWindowsPlugin"));
|
|
|
|
RecordWindowsPluginCApiRegisterWithRegistrar(
|
|
|
|
registry->GetRegistrarForPlugin("RecordWindowsPluginCApi"));
|
2024-02-11 11:55:01 +01:00
|
|
|
}
|