mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2024-12-19 04:54:26 -05:00
15 lines
359 B
Swift
15 lines
359 B
Swift
|
//
|
||
|
// Generated file. Do not edit.
|
||
|
//
|
||
|
|
||
|
import FlutterMacOS
|
||
|
import Foundation
|
||
|
|
||
|
import path_provider_foundation
|
||
|
import veilid
|
||
|
|
||
|
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
|
||
|
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
|
||
|
VeilidPlugin.register(with: registry.registrar(forPlugin: "VeilidPlugin"))
|
||
|
}
|