DCINetworkApp/macos/Flutter/GeneratedPluginRegistrant.swift
2025-06-10 00:38:11 -05:00

15 lines
372 B
Swift

//
// Generated file. Do not edit.
//
import FlutterMacOS
import Foundation
import file_picker
import path_provider_foundation
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
FilePickerPlugin.register(with: registry.registrar(forPlugin: "FilePickerPlugin"))
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
}