wonders/macos/Flutter/GeneratedPluginRegistrant.swift

21 lines
756 B
Swift
Raw Normal View History

2022-09-02 10:37:04 -06:00
//
// Generated file. Do not edit.
//
import FlutterMacOS
import Foundation
2022-10-24 15:42:27 -06:00
import desktop_window
2023-02-16 00:51:42 -07:00
import package_info_plus
import path_provider_foundation
import shared_preferences_foundation
2022-09-02 10:37:04 -06:00
import url_launcher_macos
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
2022-10-24 15:42:27 -06:00
DesktopWindowPlugin.register(with: registry.registrar(forPlugin: "DesktopWindowPlugin"))
FPPPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FPPPackageInfoPlusPlugin"))
2022-09-02 10:37:04 -06:00
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
}