uninav/macos/Flutter/GeneratedPluginRegistrant.swift

17 lines
501 B
Swift
Raw Normal View History

2024-04-19 18:07:54 +00:00
//
// Generated file. Do not edit.
//
import FlutterMacOS
import Foundation
2024-04-21 00:22:53 +00:00
import isar_flutter_libs
import path_provider_foundation
2024-04-19 18:07:54 +00:00
import url_launcher_macos
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
2024-04-21 00:22:53 +00:00
IsarFlutterLibsPlugin.register(with: registry.registrar(forPlugin: "IsarFlutterLibsPlugin"))
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
2024-04-19 18:07:54 +00:00
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
}