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_windows/flutter_secure_storage_windows_plugin.h>
|
2024-07-05 09:24:40 +02:00
|
|
|
|
|
|
|
|
void RegisterPlugins(flutter::PluginRegistry* registry) {
|
2026-03-06 10:26:00 +01:00
|
|
|
FlutterSecureStorageWindowsPluginRegisterWithRegistrar(
|
|
|
|
|
registry->GetRegistrarForPlugin("FlutterSecureStorageWindowsPlugin"));
|
2024-07-05 09:24:40 +02:00
|
|
|
}
|