generated_plugin_registrant.cc 434 B

123456789101112131415
  1. //
  2. // Generated file. Do not edit.
  3. //
  4. // clang-format off
  5. #include "generated_plugin_registrant.h"
  6. #include <url_launcher_linux/url_launcher_plugin.h>
  7. void fl_register_plugins(FlPluginRegistry* registry) {
  8. g_autoptr(FlPluginRegistrar) url_launcher_linux_registrar =
  9. fl_plugin_registry_get_registrar_for_plugin(registry, "UrlLauncherPlugin");
  10. url_launcher_plugin_register_with_registrar(url_launcher_linux_registrar);
  11. }