GeneratedPluginRegistrant.swift 381 B

1234567891011121314
  1. //
  2. // Generated file. Do not edit.
  3. //
  4. import FlutterMacOS
  5. import Foundation
  6. import path_provider_foundation
  7. import url_launcher_macos
  8. func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
  9. PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
  10. UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
  11. }