CakeWallet/linux/flutter/generated_plugin_registrant.cc

28 lines
1.4 KiB
C++
Raw Normal View History

2023-01-19 18:14:46 -05:00
//
// Generated file. Do not edit.
//
// clang-format off
#include "generated_plugin_registrant.h"
#include <devicelocale/devicelocale_plugin.h>
2024-05-08 23:48:46 +03:00
#include <flutter_local_authentication/flutter_local_authentication_plugin.h>
2024-07-11 10:31:00 +02:00
#include <flutter_secure_storage_linux/flutter_secure_storage_linux_plugin.h>
2023-01-19 18:14:46 -05:00
#include <url_launcher_linux/url_launcher_plugin.h>
void fl_register_plugins(FlPluginRegistry* registry) {
g_autoptr(FlPluginRegistrar) devicelocale_registrar =
fl_plugin_registry_get_registrar_for_plugin(registry, "DevicelocalePlugin");
devicelocale_plugin_register_with_registrar(devicelocale_registrar);
2024-05-08 23:48:46 +03:00
g_autoptr(FlPluginRegistrar) flutter_local_authentication_registrar =
fl_plugin_registry_get_registrar_for_plugin(registry, "FlutterLocalAuthenticationPlugin");
flutter_local_authentication_plugin_register_with_registrar(flutter_local_authentication_registrar);
2024-07-11 10:31:00 +02: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-01-19 18:14:46 -05:00
g_autoptr(FlPluginRegistrar) url_launcher_linux_registrar =
fl_plugin_registry_get_registrar_for_plugin(registry, "UrlLauncherPlugin");
url_launcher_plugin_register_with_registrar(url_launcher_linux_registrar);
}