veilid/veilid-flutter/example/macos/Flutter/GeneratedPluginRegistrant.swift

17 lines
482 B
Swift
Raw Permalink Normal View History

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