Files
kent_logistics_app/macos/Flutter/GeneratedPluginRegistrant.swift

17 lines
520 B
Swift
Raw Permalink Normal View History

2025-11-28 10:14:30 +05:30
//
// Generated file. Do not edit.
//
import FlutterMacOS
import Foundation
2025-12-03 11:57:05 +05:30
import file_selector_macos
2025-11-28 10:14:30 +05:30
import path_provider_foundation
import shared_preferences_foundation
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
2025-12-03 11:57:05 +05:30
FileSelectorPlugin.register(with: registry.registrar(forPlugin: "FileSelectorPlugin"))
2025-11-28 10:14:30 +05:30
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
}