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