1
0
mirror of https://github.com/git-touch/git-touch synced 2025-02-21 05:51:06 +01:00
git-touch-android-ios-app/windows/flutter/generated_plugin_registrant.cc
2022-06-26 14:46:21 +08:00

18 lines
481 B
C++

//
// Generated file. Do not edit.
//
// clang-format off
#include "generated_plugin_registrant.h"
#include <sentry_flutter/sentry_flutter_plugin.h>
#include <url_launcher_windows/url_launcher_windows.h>
void RegisterPlugins(flutter::PluginRegistry* registry) {
SentryFlutterPluginRegisterWithRegistrar(
registry->GetRegistrarForPlugin("SentryFlutterPlugin"));
UrlLauncherWindowsRegisterWithRegistrar(
registry->GetRegistrarForPlugin("UrlLauncherWindows"));
}