marco.pms.mobile/macos/Flutter/GeneratedPluginRegistrant.swift
vaibhav.surve 60f863962b revert b94b246731b755ceb0138acab7e1a02d220aefd3
revert Merge pull request 'Feature_Login' (#1) from Feature_Login into main

Reviewed-on: #1
2025-04-22 12:37:25 +00:00

19 lines
649 B
Swift

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