You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
477 B

4 years ago
//
// Generated file. Do not edit.
//
3 years ago
// clang-format off
4 years ago
#include "generated_plugin_registrant.h"
#include <bytedesk_kefu/bytedesk_kefu_plugin.h>
2 years ago
#include <url_launcher_windows/url_launcher_windows.h>
4 years ago
void RegisterPlugins(flutter::PluginRegistry* registry) {
BytedeskKefuPluginRegisterWithRegistrar(
registry->GetRegistrarForPlugin("BytedeskKefuPlugin"));
2 years ago
UrlLauncherWindowsRegisterWithRegistrar(
registry->GetRegistrarForPlugin("UrlLauncherWindows"));
4 years ago
}