relatica/linux/flutter/generated_plugin_registrant.cc

20 wiersze
777 B
C++
Czysty Zwykły widok Historia

2022-11-03 03:25:29 +00:00
//
// Generated file. Do not edit.
//
// clang-format off
#include "generated_plugin_registrant.h"
2022-11-09 02:19:44 +00:00
#include <desktop_window/desktop_window_plugin.h>
#include <flutter_secure_storage_linux/flutter_secure_storage_linux_plugin.h>
2022-11-03 03:25:29 +00:00
void fl_register_plugins(FlPluginRegistry* registry) {
2022-11-09 02:19:44 +00:00
g_autoptr(FlPluginRegistrar) desktop_window_registrar =
fl_plugin_registry_get_registrar_for_plugin(registry, "DesktopWindowPlugin");
desktop_window_plugin_register_with_registrar(desktop_window_registrar);
g_autoptr(FlPluginRegistrar) flutter_secure_storage_linux_registrar =
fl_plugin_registry_get_registrar_for_plugin(registry, "FlutterSecureStorageLinuxPlugin");
flutter_secure_storage_linux_plugin_register_with_registrar(flutter_secure_storage_linux_registrar);
2022-11-03 03:25:29 +00:00
}