Files
photobooth_app/macos/Flutter/GeneratedPluginRegistrant.swift
2026-01-20 16:34:54 +07:00

15 lines
365 B
Swift

//
// Generated file. Do not edit.
//
import FlutterMacOS
import Foundation
import path_provider_foundation
import printing
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
PrintingPlugin.register(with: registry.registrar(forPlugin: "PrintingPlugin"))
}