pikapika/windows/flutter/generated_plugin_registrant.cc

13 lines
303 B
C++
Raw Normal View History

2021-09-29 23:57:09 +00:00
//
// Generated file. Do not edit.
//
#include "generated_plugin_registrant.h"
#include <url_launcher_windows/url_launcher_windows.h>
void RegisterPlugins(flutter::PluginRegistry* registry) {
UrlLauncherWindowsRegisterWithRegistrar(
registry->GetRegistrarForPlugin("UrlLauncherWindows"));
}