|
|
@ -11,7 +11,6 @@
|
|
|
|
#include <desktop_lifecycle/desktop_lifecycle_plugin.h>
|
|
|
|
#include <desktop_lifecycle/desktop_lifecycle_plugin.h>
|
|
|
|
#include <flutter_secure_storage_windows/flutter_secure_storage_windows_plugin.h>
|
|
|
|
#include <flutter_secure_storage_windows/flutter_secure_storage_windows_plugin.h>
|
|
|
|
#include <flutter_webrtc/flutter_web_r_t_c_plugin.h>
|
|
|
|
#include <flutter_webrtc/flutter_web_r_t_c_plugin.h>
|
|
|
|
#include <permission_handler_windows/permission_handler_windows_plugin.h>
|
|
|
|
|
|
|
|
#include <url_launcher_windows/url_launcher_windows.h>
|
|
|
|
#include <url_launcher_windows/url_launcher_windows.h>
|
|
|
|
|
|
|
|
|
|
|
|
void RegisterPlugins(flutter::PluginRegistry* registry) {
|
|
|
|
void RegisterPlugins(flutter::PluginRegistry* registry) {
|
|
|
@ -25,8 +24,6 @@ void RegisterPlugins(flutter::PluginRegistry* registry) {
|
|
|
|
registry->GetRegistrarForPlugin("FlutterSecureStorageWindowsPlugin"));
|
|
|
|
registry->GetRegistrarForPlugin("FlutterSecureStorageWindowsPlugin"));
|
|
|
|
FlutterWebRTCPluginRegisterWithRegistrar(
|
|
|
|
FlutterWebRTCPluginRegisterWithRegistrar(
|
|
|
|
registry->GetRegistrarForPlugin("FlutterWebRTCPlugin"));
|
|
|
|
registry->GetRegistrarForPlugin("FlutterWebRTCPlugin"));
|
|
|
|
PermissionHandlerWindowsPluginRegisterWithRegistrar(
|
|
|
|
|
|
|
|
registry->GetRegistrarForPlugin("PermissionHandlerWindowsPlugin"));
|
|
|
|
|
|
|
|
UrlLauncherWindowsRegisterWithRegistrar(
|
|
|
|
UrlLauncherWindowsRegisterWithRegistrar(
|
|
|
|
registry->GetRegistrarForPlugin("UrlLauncherWindows"));
|
|
|
|
registry->GetRegistrarForPlugin("UrlLauncherWindows"));
|
|
|
|
}
|
|
|
|
}
|
|
|
|