Files
logistics_tool/macos/Flutter/GeneratedPluginRegistrant.swift

15 lines
381 B
Swift
Raw Permalink Normal View History

2024-06-14 14:27:56 +08:00
//
// Generated file. Do not edit.
//
import FlutterMacOS
import Foundation
2024-06-17 17:28:54 +08:00
import path_provider_foundation
2024-06-20 10:06:05 +08:00
import url_launcher_macos
2024-06-14 14:27:56 +08:00
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
2024-06-17 17:28:54 +08:00
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
2024-06-20 10:06:05 +08:00
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
2024-06-14 14:27:56 +08:00
}