plasmoid/macos/Flutter/GeneratedPluginRegistrant.swift

17 lines
517 B
Swift
Raw Permalink Normal View History

2025-02-24 12:57:02 +02:00
//
// Generated file. Do not edit.
//
import FlutterMacOS
import Foundation
import path_provider_foundation
import shared_preferences_foundation
2025-02-24 15:44:25 +02:00
import url_launcher_macos
2025-02-24 12:57:02 +02:00
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
2025-02-24 15:44:25 +02:00
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
2025-02-24 12:57:02 +02:00
}