uninav/macos/Flutter/GeneratedPluginRegistrant.swift

21 lines
746 B
Swift
Raw Normal View History

2024-04-19 18:07:54 +00:00
//
// Generated file. Do not edit.
//
import FlutterMacOS
import Foundation
2024-04-21 12:21:31 +00:00
import geolocator_apple
2024-04-21 00:22:53 +00:00
import isar_flutter_libs
import path_provider_foundation
2024-04-21 12:21:31 +00:00
import shared_preferences_foundation
2024-04-19 18:07:54 +00:00
import url_launcher_macos
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
2024-04-21 12:21:31 +00:00
GeolocatorPlugin.register(with: registry.registrar(forPlugin: "GeolocatorPlugin"))
2024-04-21 00:22:53 +00:00
IsarFlutterLibsPlugin.register(with: registry.registrar(forPlugin: "IsarFlutterLibsPlugin"))
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
2024-04-21 12:21:31 +00:00
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
2024-04-19 18:07:54 +00:00
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
}