2023-07-29 18:10:10 +02:00
|
|
|
//
|
|
|
|
// Generated file. Do not edit.
|
|
|
|
//
|
|
|
|
|
|
|
|
// clang-format off
|
|
|
|
|
|
|
|
#include "generated_plugin_registrant.h"
|
|
|
|
|
2024-03-25 14:59:16 +01:00
|
|
|
#include <flutter_secure_storage_linux/flutter_secure_storage_linux_plugin.h>
|
2023-07-29 18:10:10 +02:00
|
|
|
|
|
|
|
void fl_register_plugins(FlPluginRegistry* registry) {
|
2024-03-25 14:59:16 +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);
|
2023-07-29 18:10:10 +02:00
|
|
|
}
|