12345678910111213141516171819202122232425262728293031323334 |
- //
- // Generated file. Do not edit.
- //
- import FlutterMacOS
- import Foundation
- import appflowy_backend
- import connectivity_plus_macos
- import device_info_plus_macos
- import flowy_infra_ui
- import hotkey_manager
- import package_info_plus_macos
- import path_provider_foundation
- import rich_clipboard_macos
- import screen_retriever
- import shared_preferences_foundation
- import url_launcher_macos
- import window_manager
- func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
- AppFlowyBackendPlugin.register(with: registry.registrar(forPlugin: "AppFlowyBackendPlugin"))
- ConnectivityPlugin.register(with: registry.registrar(forPlugin: "ConnectivityPlugin"))
- DeviceInfoPlusMacosPlugin.register(with: registry.registrar(forPlugin: "DeviceInfoPlusMacosPlugin"))
- FlowyInfraUIPlugin.register(with: registry.registrar(forPlugin: "FlowyInfraUIPlugin"))
- HotkeyManagerPlugin.register(with: registry.registrar(forPlugin: "HotkeyManagerPlugin"))
- FLTPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FLTPackageInfoPlusPlugin"))
- PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
- RichClipboardPlugin.register(with: registry.registrar(forPlugin: "RichClipboardPlugin"))
- ScreenRetrieverPlugin.register(with: registry.registrar(forPlugin: "ScreenRetrieverPlugin"))
- SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
- UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
- WindowManagerPlugin.register(with: registry.registrar(forPlugin: "WindowManagerPlugin"))
- }
|