GeneratedPluginRegistrant.swift 925 B

123456789101112131415161718192021222324
  1. //
  2. // Generated file. Do not edit.
  3. //
  4. import FlutterMacOS
  5. import Foundation
  6. import audio_session
  7. import just_audio
  8. import path_provider_foundation
  9. import sqflite
  10. import url_launcher_macos
  11. import video_player_avfoundation
  12. import wakelock_macos
  13. func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
  14. AudioSessionPlugin.register(with: registry.registrar(forPlugin: "AudioSessionPlugin"))
  15. JustAudioPlugin.register(with: registry.registrar(forPlugin: "JustAudioPlugin"))
  16. PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
  17. SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin"))
  18. UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
  19. FVPVideoPlayerPlugin.register(with: registry.registrar(forPlugin: "FVPVideoPlayerPlugin"))
  20. WakelockMacosPlugin.register(with: registry.registrar(forPlugin: "WakelockMacosPlugin"))
  21. }