GeneratedPluginRegistrant.swift 268 B

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