GeneratedPluginRegistrant.swift 732 B

123456789101112131415161718192021
  1. //
  2. // Generated file. Do not edit.
  3. //
  4. import FlutterMacOS
  5. import Foundation
  6. import mobile_scanner
  7. import open_file_mac
  8. import path_provider_foundation
  9. import shared_preferences_foundation
  10. import url_launcher_macos
  11. func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
  12. MobileScannerPlugin.register(with: registry.registrar(forPlugin: "MobileScannerPlugin"))
  13. OpenFilePlugin.register(with: registry.registrar(forPlugin: "OpenFilePlugin"))
  14. PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
  15. SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
  16. UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
  17. }