2024-05-23 19:14:08 +02:00
|
|
|
//
|
|
|
|
// Generated file. Do not edit.
|
|
|
|
//
|
|
|
|
|
|
|
|
// clang-format off
|
|
|
|
|
|
|
|
#include "generated_plugin_registrant.h"
|
|
|
|
|
2024-05-24 00:10:11 +02:00
|
|
|
#include <dynamic_color/dynamic_color_plugin_c_api.h>
|
2024-05-23 19:14:08 +02:00
|
|
|
#include <flutter_secure_storage_windows/flutter_secure_storage_windows_plugin.h>
|
|
|
|
#include <media_kit_libs_windows_audio/media_kit_libs_windows_audio_plugin_c_api.h>
|
|
|
|
|
|
|
|
void RegisterPlugins(flutter::PluginRegistry* registry) {
|
2024-05-24 00:10:11 +02:00
|
|
|
DynamicColorPluginCApiRegisterWithRegistrar(
|
|
|
|
registry->GetRegistrarForPlugin("DynamicColorPluginCApi"));
|
2024-05-23 19:14:08 +02:00
|
|
|
FlutterSecureStorageWindowsPluginRegisterWithRegistrar(
|
|
|
|
registry->GetRegistrarForPlugin("FlutterSecureStorageWindowsPlugin"));
|
|
|
|
MediaKitLibsWindowsAudioPluginCApiRegisterWithRegistrar(
|
|
|
|
registry->GetRegistrarForPlugin("MediaKitLibsWindowsAudioPluginCApi"));
|
|
|
|
}
|