2025-06-11 23:28:21 +00:00
|
|
|
//
|
|
|
|
|
// Generated file. Do not edit.
|
|
|
|
|
//
|
|
|
|
|
|
|
|
|
|
import FlutterMacOS
|
|
|
|
|
import Foundation
|
|
|
|
|
|
2026-01-06 18:19:11 +00:00
|
|
|
import audio_session
|
|
|
|
|
import just_audio
|
|
|
|
|
import mobile_scanner
|
2025-06-11 23:28:21 +00:00
|
|
|
import path_provider_foundation
|
|
|
|
|
import shared_preferences_foundation
|
2026-01-06 18:19:11 +00:00
|
|
|
import webview_flutter_wkwebview
|
2025-06-11 23:28:21 +00:00
|
|
|
|
|
|
|
|
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
|
2026-01-06 18:19:11 +00:00
|
|
|
AudioSessionPlugin.register(with: registry.registrar(forPlugin: "AudioSessionPlugin"))
|
|
|
|
|
JustAudioPlugin.register(with: registry.registrar(forPlugin: "JustAudioPlugin"))
|
|
|
|
|
MobileScannerPlugin.register(with: registry.registrar(forPlugin: "MobileScannerPlugin"))
|
2025-06-11 23:28:21 +00:00
|
|
|
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
|
|
|
|
|
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
|
2026-01-06 18:19:11 +00:00
|
|
|
WebViewFlutterPlugin.register(with: registry.registrar(forPlugin: "WebViewFlutterPlugin"))
|
2025-06-11 23:28:21 +00:00
|
|
|
}
|