1
0
mirror of https://github.com/git-touch/git-touch synced 2025-02-19 13:00:41 +01:00
git-touch-android-ios-app/windows/flutter/generated_plugin_registrant.cc

18 lines
481 B
C++
Raw Normal View History

2022-06-26 01:20:24 +08:00
//
// Generated file. Do not edit.
//
// clang-format off
#include "generated_plugin_registrant.h"
#include <sentry_flutter/sentry_flutter_plugin.h>
2022-06-26 14:46:21 +08:00
#include <url_launcher_windows/url_launcher_windows.h>
2022-06-26 01:20:24 +08:00
void RegisterPlugins(flutter::PluginRegistry* registry) {
SentryFlutterPluginRegisterWithRegistrar(
registry->GetRegistrarForPlugin("SentryFlutterPlugin"));
2022-06-26 14:46:21 +08:00
UrlLauncherWindowsRegisterWithRegistrar(
registry->GetRegistrarForPlugin("UrlLauncherWindows"));
2022-06-26 01:20:24 +08:00
}