moxdns/example/linux/flutter/generated_plugin_registrant.cc

16 lines
416 B
C++
Raw Permalink Normal View History

2022-04-29 13:48:36 +00:00
//
// Generated file. Do not edit.
//
// clang-format off
#include "generated_plugin_registrant.h"
#include <moxdns_linux/moxdns_linux_plugin.h>
void fl_register_plugins(FlPluginRegistry* registry) {
g_autoptr(FlPluginRegistrar) moxdns_linux_registrar =
fl_plugin_registry_get_registrar_for_plugin(registry, "MoxdnsLinuxPlugin");
moxdns_linux_plugin_register_with_registrar(moxdns_linux_registrar);
}