2024-07-05 09:24:40 +02:00
|
|
|
//
|
|
|
|
|
// Generated file. Do not edit.
|
|
|
|
|
//
|
|
|
|
|
|
|
|
|
|
// clang-format off
|
|
|
|
|
|
|
|
|
|
#include "generated_plugin_registrant.h"
|
|
|
|
|
|
2026-03-06 10:26:00 +01:00
|
|
|
#include <flutter_secure_storage_linux/flutter_secure_storage_linux_plugin.h>
|
2024-07-05 09:24:40 +02:00
|
|
|
|
|
|
|
|
void fl_register_plugins(FlPluginRegistry* registry) {
|
2026-03-06 10:26:00 +01:00
|
|
|
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);
|
2024-07-05 09:24:40 +02:00
|
|
|
}
|