2026-02-11 14:07:27 -05:00
|
|
|
//
|
|
|
|
|
// Generated file. Do not edit.
|
|
|
|
|
//
|
|
|
|
|
|
|
|
|
|
import FlutterMacOS
|
|
|
|
|
import Foundation
|
|
|
|
|
|
2026-03-02 13:59:50 -05:00
|
|
|
import encrypter
|
|
|
|
|
import shared_preferences_foundation
|
2026-05-28 17:29:55 -04:00
|
|
|
import url_launcher_macos
|
2026-02-11 14:07:27 -05:00
|
|
|
|
|
|
|
|
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
|
2026-03-02 13:59:50 -05:00
|
|
|
EncrypterPlugin.register(with: registry.registrar(forPlugin: "EncrypterPlugin"))
|
|
|
|
|
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
|
2026-05-28 17:29:55 -04:00
|
|
|
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
|
2026-02-11 14:07:27 -05:00
|
|
|
}
|