1// 2// Generated file. Do not edit. 3// 4 5// clang-format off 6 7#include "generated_plugin_registrant.h" 8 9#include <desktop_webview_window/desktop_webview_window_plugin.h> 10#include <flutter_secure_storage_linux/flutter_secure_storage_linux_plugin.h> 11#include <url_launcher_linux/url_launcher_plugin.h> 12#include <window_to_front/window_to_front_plugin.h> 13 14void fl_register_plugins(FlPluginRegistry* registry) { 15 g_autoptr(FlPluginRegistrar) desktop_webview_window_registrar = 16 fl_plugin_registry_get_registrar_for_plugin(registry, "DesktopWebviewWindowPlugin"); 17 desktop_webview_window_plugin_register_with_registrar(desktop_webview_window_registrar); 18 g_autoptr(FlPluginRegistrar) flutter_secure_storage_linux_registrar = 19 fl_plugin_registry_get_registrar_for_plugin(registry, "FlutterSecureStorageLinuxPlugin"); 20 flutter_secure_storage_linux_plugin_register_with_registrar(flutter_secure_storage_linux_registrar); 21 g_autoptr(FlPluginRegistrar) url_launcher_linux_registrar = 22 fl_plugin_registry_get_registrar_for_plugin(registry, "UrlLauncherPlugin"); 23 url_launcher_plugin_register_with_registrar(url_launcher_linux_registrar); 24 g_autoptr(FlPluginRegistrar) window_to_front_registrar = 25 fl_plugin_registry_get_registrar_for_plugin(registry, "WindowToFrontPlugin"); 26 window_to_front_plugin_register_with_registrar(window_to_front_registrar); 27}