fast-log-viewer/macos/Flutter/GeneratedPluginRegistrant.s...

19 lines
622 B
Swift
Raw Permalink Normal View History

2024-10-06 00:03:02 +00:00
//
// Generated file. Do not edit.
//
import FlutterMacOS
import Foundation
import desktop_drop
2024-10-06 02:39:50 +00:00
import screen_retriever
2024-10-06 00:51:15 +00:00
import shared_preferences_foundation
2024-10-06 02:39:50 +00:00
import window_manager
2024-10-06 00:03:02 +00:00
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
DesktopDropPlugin.register(with: registry.registrar(forPlugin: "DesktopDropPlugin"))
2024-10-06 02:39:50 +00:00
ScreenRetrieverPlugin.register(with: registry.registrar(forPlugin: "ScreenRetrieverPlugin"))
2024-10-06 00:51:15 +00:00
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
2024-10-06 02:39:50 +00:00
WindowManagerPlugin.register(with: registry.registrar(forPlugin: "WindowManagerPlugin"))
2024-10-06 00:03:02 +00:00
}