2025-04-29 16:13:50 +08:00
|
|
|
//
|
|
|
|
// Generated file. Do not edit.
|
|
|
|
//
|
|
|
|
|
|
|
|
import FlutterMacOS
|
|
|
|
import Foundation
|
|
|
|
|
2025-05-09 16:49:13 +08:00
|
|
|
import file_selector_macos
|
2025-04-29 16:13:50 +08:00
|
|
|
|
|
|
|
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
|
2025-05-09 16:49:13 +08:00
|
|
|
FileSelectorPlugin.register(with: registry.registrar(forPlugin: "FileSelectorPlugin"))
|
2025-04-29 16:13:50 +08:00
|
|
|
}
|