veilid/veilid-flutter/example/macos/Flutter/GeneratedPluginRegistrant.swift
2023-05-29 19:24:57 +00:00

17 lines
482 B
Swift

//
// 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"))
}