2023-03-30 07:34:12 +00:00
|
|
|
//
|
|
|
|
// Generated file. Do not edit.
|
|
|
|
//
|
|
|
|
|
|
|
|
import FlutterMacOS
|
|
|
|
import Foundation
|
|
|
|
|
|
|
|
import location
|
|
|
|
import path_provider_foundation
|
2023-08-03 09:58:40 +00:00
|
|
|
import shared_preferences_foundation
|
2023-03-30 07:34:12 +00:00
|
|
|
|
|
|
|
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
|
|
|
|
LocationPlugin.register(with: registry.registrar(forPlugin: "LocationPlugin"))
|
|
|
|
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
|
2023-08-03 09:58:40 +00:00
|
|
|
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
|
2023-03-30 07:34:12 +00:00
|
|
|
}
|