2024-05-18 10:17:16 +00:00
|
|
|
//
|
|
|
|
// Generated file. Do not edit.
|
|
|
|
//
|
|
|
|
|
|
|
|
// clang-format off
|
|
|
|
|
|
|
|
#include "generated_plugin_registrant.h"
|
|
|
|
|
2024-05-18 14:23:36 +00:00
|
|
|
#include <flutter_secure_storage_windows/flutter_secure_storage_windows_plugin.h>
|
2024-05-18 10:17:16 +00:00
|
|
|
|
|
|
|
void RegisterPlugins(flutter::PluginRegistry* registry) {
|
2024-05-18 14:23:36 +00:00
|
|
|
FlutterSecureStorageWindowsPluginRegisterWithRegistrar(
|
|
|
|
registry->GetRegistrarForPlugin("FlutterSecureStorageWindowsPlugin"));
|
2024-05-18 10:17:16 +00:00
|
|
|
}
|