geo-smart-app/macos/Flutter/GeneratedPluginRegistrant.swift

15 lines
392 B
Swift
Raw Permalink Normal View History

2024-12-25 05:37:16 +00:00
//
// 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"))
}