mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2025-09-01 07:20:02 +02:00
16 lines
445 B
C++
16 lines
445 B
C++
|
//
|
||
|
// Generated file. Do not edit.
|
||
|
//
|
||
|
|
||
|
// clang-format off
|
||
|
|
||
|
#include "generated_plugin_registrant.h"
|
||
|
|
||
|
#include <isar_flutter_libs/isar_flutter_libs_plugin.h>
|
||
|
|
||
|
void fl_register_plugins(FlPluginRegistry* registry) {
|
||
|
g_autoptr(FlPluginRegistrar) isar_flutter_libs_registrar =
|
||
|
fl_plugin_registry_get_registrar_for_plugin(registry, "IsarFlutterLibsPlugin");
|
||
|
isar_flutter_libs_plugin_register_with_registrar(isar_flutter_libs_registrar);
|
||
|
}
|