mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-01 01:29:28 +01:00
16 lines
449 B
C++
16 lines
449 B
C++
//
|
|
// Generated file. Do not edit.
|
|
//
|
|
|
|
#include "generated_plugin_registrant.h"
|
|
|
|
#include <file_chooser/file_chooser_plugin.h>
|
|
#include <url_launcher_windows/url_launcher_plugin.h>
|
|
|
|
void RegisterPlugins(flutter::PluginRegistry* registry) {
|
|
FileChooserPluginRegisterWithRegistrar(
|
|
registry->GetRegistrarForPlugin("FileChooserPlugin"));
|
|
UrlLauncherPluginRegisterWithRegistrar(
|
|
registry->GetRegistrarForPlugin("UrlLauncherPlugin"));
|
|
}
|