easytodo/macos/Flutter/GeneratedPluginRegistrant.swift

15 lines
381 B
Swift
Raw Permalink Normal View History

2024-03-27 06:55:26 +00:00
//
// Generated file. Do not edit.
//
import FlutterMacOS
import Foundation
import path_provider_foundation
2024-03-27 16:15:41 +00:00
import url_launcher_macos
2024-03-27 06:55:26 +00:00
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
2024-03-27 16:15:41 +00:00
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
2024-03-27 06:55:26 +00:00
}