2023-04-13 23:01:48 +02:00
|
|
|
//
|
|
|
|
// Generated file. Do not edit.
|
|
|
|
//
|
|
|
|
|
|
|
|
import FlutterMacOS
|
|
|
|
import Foundation
|
|
|
|
|
2023-05-10 00:04:33 +02:00
|
|
|
import path_provider_foundation
|
2023-04-13 23:01:48 +02:00
|
|
|
|
|
|
|
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
|
2023-05-10 00:04:33 +02:00
|
|
|
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
|
2023-04-13 23:01:48 +02:00
|
|
|
}
|