// // Generated file. Do not edit. // import FlutterMacOS import Foundation import macos_window_utils import path_provider_foundation import veilid func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) { MacOSWindowUtilsPlugin.register(with: registry.registrar(forPlugin: "MacOSWindowUtilsPlugin")) PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin")) VeilidPlugin.register(with: registry.registrar(forPlugin: "VeilidPlugin")) }