Main coves client
1//
2// Generated file. Do not edit.
3//
4
5// clang-format off
6
7#include "generated_plugin_registrant.h"
8
9#include <desktop_webview_window/desktop_webview_window_plugin.h>
10#include <flutter_secure_storage_windows/flutter_secure_storage_windows_plugin.h>
11#include <url_launcher_windows/url_launcher_windows.h>
12#include <window_to_front/window_to_front_plugin.h>
13
14void RegisterPlugins(flutter::PluginRegistry* registry) {
15 DesktopWebviewWindowPluginRegisterWithRegistrar(
16 registry->GetRegistrarForPlugin("DesktopWebviewWindowPlugin"));
17 FlutterSecureStorageWindowsPluginRegisterWithRegistrar(
18 registry->GetRegistrarForPlugin("FlutterSecureStorageWindowsPlugin"));
19 UrlLauncherWindowsRegisterWithRegistrar(
20 registry->GetRegistrarForPlugin("UrlLauncherWindows"));
21 WindowToFrontPluginRegisterWithRegistrar(
22 registry->GetRegistrarForPlugin("WindowToFrontPlugin"));
23}