1
0
mirror of https://github.com/git-touch/git-touch synced 2025-02-16 03:20:58 +01:00
git-touch-android-ios-app/windows/flutter/generated_plugin_registrant.cc

21 lines
634 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"
2022-10-02 03:34:55 +08:00
#include <maps_launcher/maps_launcher_plugin.h>
2022-06-26 01:20:24 +08:00
#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) {
2022-10-02 03:34:55 +08:00
MapsLauncherPluginRegisterWithRegistrar(
registry->GetRegistrarForPlugin("MapsLauncherPlugin"));
2022-06-26 01:20:24 +08:00
SentryFlutterPluginRegisterWithRegistrar(
registry->GetRegistrarForPlugin("SentryFlutterPlugin"));
2022-06-26 14:46:21 +08:00
UrlLauncherWindowsRegisterWithRegistrar(
registry->GetRegistrarForPlugin("UrlLauncherWindows"));
2022-06-26 01:20:24 +08:00
}