persistance

This commit is contained in:
2024-02-11 02:20:48 +01:00
parent 46897cc51b
commit 463e7ee287
7 changed files with 217 additions and 24 deletions

View File

@@ -5,6 +5,8 @@
import FlutterMacOS
import Foundation
import shared_preferences_foundation
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
}