mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2024-11-17 14:19:16 +00:00
21 lines
690 B
C++
21 lines
690 B
C++
|
//
|
||
|
// Generated file. Do not edit.
|
||
|
//
|
||
|
|
||
|
// clang-format off
|
||
|
|
||
|
#include "generated_plugin_registrant.h"
|
||
|
|
||
|
#include <flutter_secure_storage_windows/flutter_secure_storage_windows_plugin.h>
|
||
|
#include <system_theme/system_theme_plugin.h>
|
||
|
#include <url_launcher_windows/url_launcher_windows.h>
|
||
|
|
||
|
void RegisterPlugins(flutter::PluginRegistry* registry) {
|
||
|
FlutterSecureStorageWindowsPluginRegisterWithRegistrar(
|
||
|
registry->GetRegistrarForPlugin("FlutterSecureStorageWindowsPlugin"));
|
||
|
SystemThemePluginRegisterWithRegistrar(
|
||
|
registry->GetRegistrarForPlugin("SystemThemePlugin"));
|
||
|
UrlLauncherWindowsRegisterWithRegistrar(
|
||
|
registry->GetRegistrarForPlugin("UrlLauncherWindows"));
|
||
|
}
|