main
1//
2// Generated file. Do not edit.
3//
4
5// clang-format off
6
7#include "generated_plugin_registrant.h"
8
9#include <bluetooth_low_energy_linux/bluetooth_low_energy_linux_plugin.h>
10#include <url_launcher_linux/url_launcher_plugin.h>
11
12void fl_register_plugins(FlPluginRegistry* registry) {
13 g_autoptr(FlPluginRegistrar) bluetooth_low_energy_linux_registrar =
14 fl_plugin_registry_get_registrar_for_plugin(registry, "BluetoothLowEnergyLinuxPlugin");
15 bluetooth_low_energy_linux_plugin_register_with_registrar(bluetooth_low_energy_linux_registrar);
16 g_autoptr(FlPluginRegistrar) url_launcher_linux_registrar =
17 fl_plugin_registry_get_registrar_for_plugin(registry, "UrlLauncherPlugin");
18 url_launcher_plugin_register_with_registrar(url_launcher_linux_registrar);
19}