Zenith/macos/Flutter/GeneratedPluginRegistrant.swift

15 lines
404 B
Swift
Raw Permalink Normal View History

2023-12-28 16:35:10 +13:00
//
// Generated file. Do not edit.
//
import FlutterMacOS
import Foundation
2023-12-30 16:11:20 +13:00
import path_provider_foundation
2023-12-28 17:48:18 +13:00
import shared_preferences_foundation
2023-12-28 16:35:10 +13:00
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
2023-12-30 16:11:20 +13:00
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
2023-12-28 17:48:18 +13:00
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
2023-12-28 16:35:10 +13:00
}