You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
268 B

2 weeks ago
//
// Generated file. Do not edit.
//
import FlutterMacOS
import Foundation
2 weeks ago
import path_provider_foundation
2 weeks ago
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
2 weeks ago
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
2 weeks ago
}