initializing

This commit is contained in:
2024-03-28 22:44:55 +01:00
parent 23a5448094
commit 5d17cc83e6
8 changed files with 655 additions and 123 deletions
@@ -5,6 +5,8 @@
import FlutterMacOS
import Foundation
import path_provider_foundation
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
}