web3terms/macos/Flutter/GeneratedPluginRegistrant.swift

15 lines
377 B
Swift
Raw Permalink Normal View History

2025-02-18 21:15:53 +02:00
//
// Generated file. Do not edit.
//
import FlutterMacOS
import Foundation
import geolocator_apple
2025-02-19 10:38:55 +02:00
import path_provider_foundation
2025-02-18 21:15:53 +02:00
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
GeolocatorPlugin.register(with: registry.registrar(forPlugin: "GeolocatorPlugin"))
2025-02-19 10:38:55 +02:00
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
2025-02-18 21:15:53 +02:00
}