ModernMemoires/windows/flutter/generated_plugin_registrant.cc

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

2023-12-17 23:00:31 +01:00
//
// 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"));
}