git-touch-android-ios-app/linux/flutter/generated_plugin_registrant.cc

24 lines
962 B
C++
Raw Normal View History

2022-06-25 19:20:24 +02:00
//
// Generated file. Do not edit.
//
// clang-format off
#include "generated_plugin_registrant.h"
2022-10-01 21:34:55 +02:00
#include <maps_launcher/maps_launcher_plugin.h>
2022-06-25 19:20:24 +02:00
#include <sentry_flutter/sentry_flutter_plugin.h>
#include <url_launcher_linux/url_launcher_plugin.h>
void fl_register_plugins(FlPluginRegistry* registry) {
2022-10-01 21:34:55 +02:00
g_autoptr(FlPluginRegistrar) maps_launcher_registrar =
fl_plugin_registry_get_registrar_for_plugin(registry, "MapsLauncherPlugin");
maps_launcher_plugin_register_with_registrar(maps_launcher_registrar);
2022-06-25 19:20:24 +02:00
g_autoptr(FlPluginRegistrar) sentry_flutter_registrar =
fl_plugin_registry_get_registrar_for_plugin(registry, "SentryFlutterPlugin");
sentry_flutter_plugin_register_with_registrar(sentry_flutter_registrar);
g_autoptr(FlPluginRegistrar) url_launcher_linux_registrar =
fl_plugin_registry_get_registrar_for_plugin(registry, "UrlLauncherPlugin");
url_launcher_plugin_register_with_registrar(url_launcher_linux_registrar);
}