Files
restaurant-admin/macos/Flutter/GeneratedPluginRegistrant.swift
2023-08-10 01:23:34 +08:00

17 lines
481 B
Swift

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