This repository has been archived on 2024-06-08. You can view files and clone it, but cannot push or open issues or pull requests.
SolarAgent/windows/flutter/generated_plugin_registrant.cc

21 lines
705 B
C++
Raw Normal View History

2024-02-07 17:25:58 +00:00
//
// Generated file. Do not edit.
//
// clang-format off
#include "generated_plugin_registrant.h"
2024-03-24 08:07:29 +00:00
#include <file_selector_windows/file_selector_windows.h>
2024-02-07 17:25:58 +00:00
#include <flutter_secure_storage_windows/flutter_secure_storage_windows_plugin.h>
2024-02-08 12:30:19 +00:00
#include <url_launcher_windows/url_launcher_windows.h>
2024-02-07 17:25:58 +00:00
void RegisterPlugins(flutter::PluginRegistry* registry) {
2024-03-24 08:07:29 +00:00
FileSelectorWindowsRegisterWithRegistrar(
registry->GetRegistrarForPlugin("FileSelectorWindows"));
2024-02-07 17:25:58 +00:00
FlutterSecureStorageWindowsPluginRegisterWithRegistrar(
registry->GetRegistrarForPlugin("FlutterSecureStorageWindowsPlugin"));
2024-02-08 12:30:19 +00:00
UrlLauncherWindowsRegisterWithRegistrar(
registry->GetRegistrarForPlugin("UrlLauncherWindows"));
2024-02-07 17:25:58 +00:00
}