post_enrollment_app/macos/Flutter/GeneratedPluginRegistrant.swift
2024-05-28 12:27:38 +05:30

19 lines
618 B
Swift

//
// Generated file. Do not edit.
//
import FlutterMacOS
import Foundation
import path_provider_foundation
import shared_preferences_foundation
import smart_auth
import url_launcher_macos
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
SmartAuthPlugin.register(with: registry.registrar(forPlugin: "SmartAuthPlugin"))
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
}