2023-11-21 02:29:46 +01:00
|
|
|
//
|
|
|
|
// Generated file. Do not edit.
|
|
|
|
//
|
|
|
|
|
|
|
|
import FlutterMacOS
|
|
|
|
import Foundation
|
|
|
|
|
2024-01-10 23:39:33 +01:00
|
|
|
import connectivity_macos
|
2023-11-21 02:29:46 +01:00
|
|
|
import file_selector_macos
|
|
|
|
import path_provider_foundation
|
|
|
|
|
|
|
|
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
|
2024-01-10 23:39:33 +01:00
|
|
|
ConnectivityPlugin.register(with: registry.registrar(forPlugin: "ConnectivityPlugin"))
|
2023-11-21 02:29:46 +01:00
|
|
|
FileSelectorPlugin.register(with: registry.registrar(forPlugin: "FileSelectorPlugin"))
|
|
|
|
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
|
|
|
|
}
|