apskel-pos-flutter-v2/macos/Flutter/GeneratedPluginRegistrant.swift

17 lines
526 B
Swift
Raw Normal View History

2025-10-23 22:00:33 +07:00
//
// Generated file. Do not edit.
//
import FlutterMacOS
import Foundation
2025-10-23 22:16:53 +07:00
import connectivity_plus
import path_provider_foundation
import shared_preferences_foundation
2025-10-23 22:00:33 +07:00
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
2025-10-23 22:16:53 +07:00
ConnectivityPlusPlugin.register(with: registry.registrar(forPlugin: "ConnectivityPlusPlugin"))
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
2025-10-23 22:00:33 +07:00
}