GeneratedPluginRegistrant.swift 892 B

1234567891011121314151617181920212223
  1. //
  2. // Generated file. Do not edit.
  3. //
  4. import FlutterMacOS
  5. import Foundation
  6. import assets_audio_player
  7. import assets_audio_player_web
  8. import mobile_scanner
  9. import path_provider_foundation
  10. import shared_preferences_foundation
  11. import url_launcher_macos
  12. func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
  13. AssetsAudioPlayerPlugin.register(with: registry.registrar(forPlugin: "AssetsAudioPlayerPlugin"))
  14. AssetsAudioPlayerWebPlugin.register(with: registry.registrar(forPlugin: "AssetsAudioPlayerWebPlugin"))
  15. MobileScannerPlugin.register(with: registry.registrar(forPlugin: "MobileScannerPlugin"))
  16. PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
  17. SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
  18. UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
  19. }