Files
Casha/macos/Flutter/GeneratedPluginRegistrant.swift
T
2026-06-29 16:04:15 +03:00

17 lines
512 B
Swift

//
// Generated file. Do not edit.
//
import FlutterMacOS
import Foundation
import google_sign_in_ios
import local_auth_darwin
import shared_preferences_foundation
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
FLTGoogleSignInPlugin.register(with: registry.registrar(forPlugin: "FLTGoogleSignInPlugin"))
LocalAuthPlugin.register(with: registry.registrar(forPlugin: "LocalAuthPlugin"))
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
}