GeneratedPluginRegistrant.swift 912 B

12345678910111213141516171819202122
  1. //
  2. // Generated file. Do not edit.
  3. //
  4. import FlutterMacOS
  5. import Foundation
  6. import audioplayers_darwin
  7. import file_selector_macos
  8. import flutter_image_compress_macos
  9. import mobile_scanner
  10. import path_provider_foundation
  11. import shared_preferences_foundation
  12. func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
  13. AudioplayersDarwinPlugin.register(with: registry.registrar(forPlugin: "AudioplayersDarwinPlugin"))
  14. FileSelectorPlugin.register(with: registry.registrar(forPlugin: "FileSelectorPlugin"))
  15. FlutterImageCompressMacosPlugin.register(with: registry.registrar(forPlugin: "FlutterImageCompressMacosPlugin"))
  16. MobileScannerPlugin.register(with: registry.registrar(forPlugin: "MobileScannerPlugin"))
  17. PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
  18. SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
  19. }