skantravels/Mobile/macos/Flutter/GeneratedPluginRegistrant.swift

17 lines
513 B
Swift
Raw Normal View History

2024-08-05 08:00:16 +01:00
//
// Generated file. Do not edit.
//
import FlutterMacOS
import Foundation
import geolocator_apple
import path_provider_foundation
2024-08-21 09:03:03 +01:00
import shared_preferences_foundation
2024-08-05 08:00:16 +01:00
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
GeolocatorPlugin.register(with: registry.registrar(forPlugin: "GeolocatorPlugin"))
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
2024-08-21 09:03:03 +01:00
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
2024-08-05 08:00:16 +01:00
}