2022-01-16 11:19:01 -05:00
|
|
|
//
|
|
|
|
// Generated file. Do not edit.
|
|
|
|
//
|
|
|
|
|
|
|
|
import FlutterMacOS
|
|
|
|
import Foundation
|
|
|
|
|
2023-05-29 15:24:57 -04:00
|
|
|
import macos_window_utils
|
|
|
|
import path_provider_foundation
|
2022-01-16 11:19:01 -05:00
|
|
|
import veilid
|
|
|
|
|
|
|
|
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
|
2023-05-29 15:24:57 -04:00
|
|
|
MacOSWindowUtilsPlugin.register(with: registry.registrar(forPlugin: "MacOSWindowUtilsPlugin"))
|
2022-03-03 20:45:39 -05:00
|
|
|
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
|
2022-01-16 11:19:01 -05:00
|
|
|
VeilidPlugin.register(with: registry.registrar(forPlugin: "VeilidPlugin"))
|
|
|
|
}
|