|
|
@ -4,9 +4,9 @@ |
|
|
|
|
|
|
|
|
|
|
|
#include "generated_plugin_registrant.h" |
|
|
|
#include "generated_plugin_registrant.h" |
|
|
|
|
|
|
|
|
|
|
|
#include <url_launcher_windows/url_launcher_plugin.h> |
|
|
|
#include <url_launcher_windows/url_launcher_windows.h> |
|
|
|
|
|
|
|
|
|
|
|
void RegisterPlugins(flutter::PluginRegistry* registry) { |
|
|
|
void RegisterPlugins(flutter::PluginRegistry* registry) { |
|
|
|
UrlLauncherPluginRegisterWithRegistrar( |
|
|
|
UrlLauncherWindowsRegisterWithRegistrar( |
|
|
|
registry->GetRegistrarForPlugin("UrlLauncherPlugin")); |
|
|
|
registry->GetRegistrarForPlugin("UrlLauncherWindows")); |
|
|
|
} |
|
|
|
} |
|
|
|