mobile-flutter/covas_mobile/macos/Flutter/GeneratedPluginRegistrant.swift

21 lines
742 B
Swift
Raw Permalink Normal View History

2022-08-27 12:14:34 +02:00
//
// Generated file. Do not edit.
//
import FlutterMacOS
import Foundation
2024-07-20 17:16:38 +02:00
import file_selector_macos
2024-11-06 13:27:31 +01:00
import geolocator_apple
import path_provider_foundation
2024-06-19 23:24:42 +02:00
import shared_preferences_foundation
2024-11-11 14:48:23 +01:00
import url_launcher_macos
2022-08-27 12:14:34 +02:00
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
2024-07-20 17:16:38 +02:00
FileSelectorPlugin.register(with: registry.registrar(forPlugin: "FileSelectorPlugin"))
2024-11-06 13:27:31 +01:00
GeolocatorPlugin.register(with: registry.registrar(forPlugin: "GeolocatorPlugin"))
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
2022-09-17 21:31:10 +02:00
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
2024-11-11 14:48:23 +01:00
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
2022-08-27 12:14:34 +02:00
}