Files
momo/macos/Flutter/GeneratedPluginRegistrant.swift
2023-02-07 17:28:01 +08:00

19 lines
622 B
Swift

//
// Generated file. Do not edit.
//
import FlutterMacOS
import Foundation
import screen_retriever
import shared_preferences_foundation
import tray_manager
import window_manager
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
ScreenRetrieverPlugin.register(with: registry.registrar(forPlugin: "ScreenRetrieverPlugin"))
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
TrayManagerPlugin.register(with: registry.registrar(forPlugin: "TrayManagerPlugin"))
WindowManagerPlugin.register(with: registry.registrar(forPlugin: "WindowManagerPlugin"))
}