2024-05-08 05:03:49 -04:00
|
|
|
//
|
|
|
|
|
// Generated file. Do not edit.
|
|
|
|
|
//
|
|
|
|
|
|
|
|
|
|
// clang-format off
|
|
|
|
|
|
|
|
|
|
#include "generated_plugin_registrant.h"
|
|
|
|
|
|
|
|
|
|
#include <isar_flutter_libs/isar_flutter_libs_plugin.h>
|
2024-05-17 11:04:20 -04:00
|
|
|
#include <media_kit_libs_windows_audio/media_kit_libs_windows_audio_plugin_c_api.h>
|
2024-05-10 04:11:39 -04:00
|
|
|
#include <url_launcher_windows/url_launcher_windows.h>
|
2024-05-08 05:03:49 -04:00
|
|
|
|
|
|
|
|
void RegisterPlugins(flutter::PluginRegistry* registry) {
|
|
|
|
|
IsarFlutterLibsPluginRegisterWithRegistrar(
|
|
|
|
|
registry->GetRegistrarForPlugin("IsarFlutterLibsPlugin"));
|
2024-05-17 11:04:20 -04:00
|
|
|
MediaKitLibsWindowsAudioPluginCApiRegisterWithRegistrar(
|
|
|
|
|
registry->GetRegistrarForPlugin("MediaKitLibsWindowsAudioPluginCApi"));
|
2024-05-10 04:11:39 -04:00
|
|
|
UrlLauncherWindowsRegisterWithRegistrar(
|
|
|
|
|
registry->GetRegistrarForPlugin("UrlLauncherWindows"));
|
2024-05-08 05:03:49 -04:00
|
|
|
}
|