Files
FlutterUnit/windows/flutter/generated_plugin_registrant.cc
2021-09-12 11:21:29 +08:00

18 lines
478 B
C++

//
// Generated file. Do not edit.
//
// clang-format off
#include "generated_plugin_registrant.h"
#include <path_provider_fde/path_provider_plugin.h>
#include <url_launcher_windows/url_launcher_plugin.h>
void RegisterPlugins(flutter::PluginRegistry* registry) {
PathProviderPluginRegisterWithRegistrar(
registry->GetRegistrarForPlugin("PathProviderPlugin"));
UrlLauncherPluginRegisterWithRegistrar(
registry->GetRegistrarForPlugin("UrlLauncherPlugin"));
}