GeneratedPluginRegistrant.swift 742 B

1234567891011121314151617181920
  1. //
  2. // Generated file. Do not edit.
  3. //
  4. import FlutterMacOS
  5. import Foundation
  6. import audio_session
  7. import device_info_plus
  8. import just_audio
  9. import path_provider_foundation
  10. import shared_preferences_foundation
  11. func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
  12. AudioSessionPlugin.register(with: registry.registrar(forPlugin: "AudioSessionPlugin"))
  13. DeviceInfoPlusMacosPlugin.register(with: registry.registrar(forPlugin: "DeviceInfoPlusMacosPlugin"))
  14. JustAudioPlugin.register(with: registry.registrar(forPlugin: "JustAudioPlugin"))
  15. PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
  16. SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
  17. }