Files
oott/frontend/macos/Flutter/GeneratedPluginRegistrant.swift
T

15 lines
383 B
Swift
Raw Normal View History

2026-02-11 14:07:27 -05:00
//
// Generated file. Do not edit.
//
import FlutterMacOS
import Foundation
import encrypter
import shared_preferences_foundation
2026-02-11 14:07:27 -05:00
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
EncrypterPlugin.register(with: registry.registrar(forPlugin: "EncrypterPlugin"))
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
2026-02-11 14:07:27 -05:00
}