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
|
|
|
}
|