GeneratedPluginRegistrant.swift 495 B

1234567891011121314151617
  1. //
  2. // Generated file. Do not edit.
  3. //
  4. import FlutterMacOS
  5. import Foundation
  6. import file_selector_macos
  7. import path_provider_foundation
  8. import share_plus
  9. func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
  10. FileSelectorPlugin.register(with: registry.registrar(forPlugin: "FileSelectorPlugin"))
  11. PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
  12. SharePlusMacosPlugin.register(with: registry.registrar(forPlugin: "SharePlusMacosPlugin"))
  13. }