mirror of
https://github.com/git-touch/git-touch
synced 2025-02-15 02:50:48 +01:00
21 lines
634 B
C++
21 lines
634 B
C++
//
|
|
// Generated file. Do not edit.
|
|
//
|
|
|
|
// clang-format off
|
|
|
|
#include "generated_plugin_registrant.h"
|
|
|
|
#include <maps_launcher/maps_launcher_plugin.h>
|
|
#include <sentry_flutter/sentry_flutter_plugin.h>
|
|
#include <url_launcher_windows/url_launcher_windows.h>
|
|
|
|
void RegisterPlugins(flutter::PluginRegistry* registry) {
|
|
MapsLauncherPluginRegisterWithRegistrar(
|
|
registry->GetRegistrarForPlugin("MapsLauncherPlugin"));
|
|
SentryFlutterPluginRegisterWithRegistrar(
|
|
registry->GetRegistrarForPlugin("SentryFlutterPlugin"));
|
|
UrlLauncherWindowsRegisterWithRegistrar(
|
|
registry->GetRegistrarForPlugin("UrlLauncherWindows"));
|
|
}
|