GeneratedPluginRegistrant.swift 742 B

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