2024-11-05 12:29:06 +00:00
|
|
|
//
|
|
|
|
// Generated file. Do not edit.
|
|
|
|
//
|
|
|
|
|
|
|
|
import FlutterMacOS
|
|
|
|
import Foundation
|
|
|
|
|
2024-11-06 05:59:46 +00:00
|
|
|
import audio_session
|
2024-11-05 12:29:06 +00:00
|
|
|
import device_info_plus
|
2024-11-06 05:59:46 +00:00
|
|
|
import just_audio
|
|
|
|
import path_provider_foundation
|
2024-11-05 12:29:06 +00:00
|
|
|
import pdfx
|
|
|
|
import url_launcher_macos
|
|
|
|
import webview_flutter_wkwebview
|
|
|
|
|
|
|
|
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
|
2024-11-06 05:59:46 +00:00
|
|
|
AudioSessionPlugin.register(with: registry.registrar(forPlugin: "AudioSessionPlugin"))
|
2024-11-05 12:29:06 +00:00
|
|
|
DeviceInfoPlusMacosPlugin.register(with: registry.registrar(forPlugin: "DeviceInfoPlusMacosPlugin"))
|
2024-11-06 05:59:46 +00:00
|
|
|
JustAudioPlugin.register(with: registry.registrar(forPlugin: "JustAudioPlugin"))
|
|
|
|
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
|
2024-11-05 12:29:06 +00:00
|
|
|
PdfxPlugin.register(with: registry.registrar(forPlugin: "PdfxPlugin"))
|
|
|
|
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
|
|
|
|
FLTWebViewFlutterPlugin.register(with: registry.registrar(forPlugin: "FLTWebViewFlutterPlugin"))
|
|
|
|
}
|