lemmur-app-android/windows/flutter/generated_plugin_registrant.cc

15 lines
324 B
C++
Raw Permalink Normal View History

2020-10-27 23:39:19 +01:00
//
// Generated file. Do not edit.
//
2022-04-30 15:44:03 +02:00
// clang-format off
2020-10-27 23:39:19 +01:00
#include "generated_plugin_registrant.h"
2022-04-30 15:44:03 +02:00
#include <url_launcher_windows/url_launcher_windows.h>
2020-10-27 23:39:19 +01:00
void RegisterPlugins(flutter::PluginRegistry* registry) {
2022-04-30 15:44:03 +02:00
UrlLauncherWindowsRegisterWithRegistrar(
registry->GetRegistrarForPlugin("UrlLauncherWindows"));
2020-10-27 23:39:19 +01:00
}