2024-01-27 13:01:07 -03:00
|
|
|
//
|
|
|
|
// Generated file. Do not edit.
|
|
|
|
//
|
|
|
|
|
|
|
|
// clang-format off
|
|
|
|
|
|
|
|
#include "generated_plugin_registrant.h"
|
|
|
|
|
2024-01-27 17:25:38 -03:00
|
|
|
#include <smart_auth/smart_auth_plugin.h>
|
2024-01-27 13:01:07 -03:00
|
|
|
|
|
|
|
void fl_register_plugins(FlPluginRegistry* registry) {
|
2024-01-27 17:25:38 -03:00
|
|
|
g_autoptr(FlPluginRegistrar) smart_auth_registrar =
|
|
|
|
fl_plugin_registry_get_registrar_for_plugin(registry, "SmartAuthPlugin");
|
|
|
|
smart_auth_plugin_register_with_registrar(smart_auth_registrar);
|
2024-01-27 13:01:07 -03:00
|
|
|
}
|