Files
llm_chat/macos/Flutter/GeneratedPluginRegistrant.swift

23 lines
835 B
Swift

//
// Generated file. Do not edit.
//
import FlutterMacOS
import Foundation
import macos_window_utils
import maplibre
import screen_retriever_macos
import system_theme
import url_launcher_macos
import window_manager
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
MacOSWindowUtilsPlugin.register(with: registry.registrar(forPlugin: "MacOSWindowUtilsPlugin"))
MaplibrePlugin.register(with: registry.registrar(forPlugin: "MaplibrePlugin"))
ScreenRetrieverMacosPlugin.register(with: registry.registrar(forPlugin: "ScreenRetrieverMacosPlugin"))
SystemThemePlugin.register(with: registry.registrar(forPlugin: "SystemThemePlugin"))
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
WindowManagerPlugin.register(with: registry.registrar(forPlugin: "WindowManagerPlugin"))
}