2022-01-16 16:19:01 +00:00
|
|
|
//
|
|
|
|
// Generated file. Do not edit.
|
|
|
|
//
|
|
|
|
|
|
|
|
import FlutterMacOS
|
|
|
|
import Foundation
|
|
|
|
|
2022-12-09 23:59:31 +00:00
|
|
|
import flutter_acrylic
|
2022-03-04 01:45:39 +00:00
|
|
|
import path_provider_macos
|
2022-01-16 16:19:01 +00:00
|
|
|
import veilid
|
|
|
|
|
|
|
|
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
|
2022-12-09 23:59:31 +00:00
|
|
|
FlutterAcrylicPlugin.register(with: registry.registrar(forPlugin: "FlutterAcrylicPlugin"))
|
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"))
|
|
|
|
}
|