| 1234567891011121314151617181920 |
- //
- // Generated file. Do not edit.
- //
- import FlutterMacOS
- import Foundation
- import audio_session
- import device_info_plus
- import just_audio
- import path_provider_foundation
- import shared_preferences_foundation
- func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
- AudioSessionPlugin.register(with: registry.registrar(forPlugin: "AudioSessionPlugin"))
- DeviceInfoPlusMacosPlugin.register(with: registry.registrar(forPlugin: "DeviceInfoPlusMacosPlugin"))
- JustAudioPlugin.register(with: registry.registrar(forPlugin: "JustAudioPlugin"))
- PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
- SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
- }
|