veilidchat/macos/Flutter/GeneratedPluginRegistrant.swift

17 lines
495 B
Swift
Raw Normal View History

2023-01-07 21:43:31 -05:00
//
// Generated file. Do not edit.
//
import FlutterMacOS
import Foundation
2023-07-02 09:58:40 -04:00
import path_provider_foundation
import shared_preferences_foundation
2023-01-08 22:27:33 -05:00
import veilid
2023-01-07 21:43:31 -05:00
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
2023-01-08 22:27:33 -05:00
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
VeilidPlugin.register(with: registry.registrar(forPlugin: "VeilidPlugin"))
2023-01-07 21:43:31 -05:00
}