2024-05-29 22:58:26 +00:00
|
|
|
//
|
|
|
|
// Generated file. Do not edit.
|
|
|
|
//
|
|
|
|
|
|
|
|
import FlutterMacOS
|
|
|
|
import Foundation
|
|
|
|
|
2024-06-09 17:06:10 +00:00
|
|
|
import path_provider_foundation
|
2024-05-29 22:58:26 +00:00
|
|
|
|
|
|
|
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
|
2024-06-09 17:06:10 +00:00
|
|
|
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
|
2024-05-29 22:58:26 +00:00
|
|
|
}
|