2020-09-27 11:18:38 +02:00
|
|
|
//
|
|
|
|
// Generated file. Do not edit.
|
|
|
|
//
|
|
|
|
|
|
|
|
#include "generated_plugin_registrant.h"
|
|
|
|
|
2020-10-04 17:01:54 +02:00
|
|
|
#include <file_chooser/file_chooser_plugin.h>
|
2020-09-27 11:18:38 +02:00
|
|
|
#include <url_launcher_windows/url_launcher_plugin.h>
|
|
|
|
|
|
|
|
void RegisterPlugins(flutter::PluginRegistry* registry) {
|
2020-10-04 17:01:54 +02:00
|
|
|
FileChooserPluginRegisterWithRegistrar(
|
|
|
|
registry->GetRegistrarForPlugin("FileChooserPlugin"));
|
2020-09-27 11:18:38 +02:00
|
|
|
UrlLauncherPluginRegisterWithRegistrar(
|
|
|
|
registry->GetRegistrarForPlugin("UrlLauncherPlugin"));
|
|
|
|
}
|