GeneratedPluginRegistrant.swift 1.4 KB

1234567891011121314151617181920212223242526272829303132
  1. //
  2. // Generated file. Do not edit.
  3. //
  4. import FlutterMacOS
  5. import Foundation
  6. import connectivity_plus_macos
  7. import flutter_secure_storage_macos
  8. import path_provider_foundation
  9. import protocol_handler
  10. import proxy_manager
  11. import screen_retriever
  12. import shared_preferences_foundation
  13. import tray_manager
  14. import url_launcher_macos
  15. import window_manager
  16. import wl_base_help
  17. func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
  18. ConnectivityPlugin.register(with: registry.registrar(forPlugin: "ConnectivityPlugin"))
  19. FlutterSecureStorageMacosPlugin.register(with: registry.registrar(forPlugin: "FlutterSecureStorageMacosPlugin"))
  20. PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
  21. ProtocolHandlerPlugin.register(with: registry.registrar(forPlugin: "ProtocolHandlerPlugin"))
  22. ProxyManagerPlugin.register(with: registry.registrar(forPlugin: "ProxyManagerPlugin"))
  23. ScreenRetrieverPlugin.register(with: registry.registrar(forPlugin: "ScreenRetrieverPlugin"))
  24. SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
  25. TrayManagerPlugin.register(with: registry.registrar(forPlugin: "TrayManagerPlugin"))
  26. UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
  27. WindowManagerPlugin.register(with: registry.registrar(forPlugin: "WindowManagerPlugin"))
  28. WlBaseHelpPlugin.register(with: registry.registrar(forPlugin: "WlBaseHelpPlugin"))
  29. }