GeneratedPluginRegistrant.swift 1020 B

123456789101112131415161718192021222324
  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 screen_retriever
  10. import shared_preferences_foundation
  11. import url_launcher_macos
  12. import window_manager
  13. func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
  14. ConnectivityPlugin.register(with: registry.registrar(forPlugin: "ConnectivityPlugin"))
  15. FlutterSecureStorageMacosPlugin.register(with: registry.registrar(forPlugin: "FlutterSecureStorageMacosPlugin"))
  16. PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
  17. ScreenRetrieverPlugin.register(with: registry.registrar(forPlugin: "ScreenRetrieverPlugin"))
  18. SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
  19. UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
  20. WindowManagerPlugin.register(with: registry.registrar(forPlugin: "WindowManagerPlugin"))
  21. }