2026-02-17 22:02:18 -06:00
|
|
|
//
|
|
|
|
|
// Generated file. Do not edit.
|
|
|
|
|
//
|
|
|
|
|
|
|
|
|
|
import FlutterMacOS
|
|
|
|
|
import Foundation
|
|
|
|
|
|
2026-02-21 21:32:56 -06:00
|
|
|
import file_picker
|
2026-02-17 22:02:18 -06:00
|
|
|
|
|
|
|
|
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
|
2026-02-21 21:32:56 -06:00
|
|
|
FilePickerPlugin.register(with: registry.registrar(forPlugin: "FilePickerPlugin"))
|
2026-02-17 22:02:18 -06:00
|
|
|
}
|