apskel-owner-flutter/macos/Flutter/GeneratedPluginRegistrant.swift

17 lines
526 B
Swift
Raw Normal View History

2025-08-12 14:08:12 +07:00
//
// Generated file. Do not edit.
//
import FlutterMacOS
import Foundation
2025-08-12 15:18:38 +07:00
import connectivity_plus
import path_provider_foundation
import shared_preferences_foundation
2025-08-12 14:08:12 +07:00
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
2025-08-12 15:18:38 +07:00
ConnectivityPlusPlugin.register(with: registry.registrar(forPlugin: "ConnectivityPlusPlugin"))
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
2025-08-12 14:08:12 +07:00
}