hesabixArc/hesabixUI/hesabix_ui/macos/Flutter/GeneratedPluginRegistrant.swift

17 lines
545 B
Swift
Raw Normal View History

2025-09-15 13:53:54 +03:30
//
// Generated file. Do not edit.
//
import FlutterMacOS
import Foundation
import flutter_secure_storage_macos
import path_provider_foundation
2025-09-15 13:53:54 +03:30
import shared_preferences_foundation
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
FlutterSecureStoragePlugin.register(with: registry.registrar(forPlugin: "FlutterSecureStoragePlugin"))
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
2025-09-15 13:53:54 +03:30
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
}