Files
ProxyTrash/macos/Flutter/GeneratedPluginRegistrant.swift
2026-05-23 05:33:39 -06:00

15 lines
392 B
Swift

//
// Generated file. Do not edit.
//
import FlutterMacOS
import Foundation
import geolocator_apple
import shared_preferences_foundation
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
GeolocatorPlugin.register(with: registry.registrar(forPlugin: "GeolocatorPlugin"))
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
}