GeneratedPluginRegistrant.swift 764 B

1234567891011121314151617181920
  1. //
  2. // Generated file. Do not edit.
  3. //
  4. import FlutterMacOS
  5. import Foundation
  6. import audioplayers_darwin
  7. import path_provider_foundation
  8. import screen_retriever
  9. import shared_preferences_foundation
  10. import window_manager
  11. func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
  12. AudioplayersDarwinPlugin.register(with: registry.registrar(forPlugin: "AudioplayersDarwinPlugin"))
  13. PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
  14. ScreenRetrieverPlugin.register(with: registry.registrar(forPlugin: "ScreenRetrieverPlugin"))
  15. SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
  16. WindowManagerPlugin.register(with: registry.registrar(forPlugin: "WindowManagerPlugin"))
  17. }