anyway/frontend/windows/flutter/generated_plugin_registrant.cc
Remy Moll 7cbf5a037c
All checks were successful
Build and release APK / Build APK (pull_request) Successful in 5m49s
display more landmark information
2024-09-10 16:15:08 +02:00

15 lines
324 B
C++

//
// Generated file. Do not edit.
//
// clang-format off
#include "generated_plugin_registrant.h"
#include <url_launcher_windows/url_launcher_windows.h>
void RegisterPlugins(flutter::PluginRegistry* registry) {
UrlLauncherWindowsRegisterWithRegistrar(
registry->GetRegistrarForPlugin("UrlLauncherWindows"));
}