Add persistence to matrix Client

This commit is contained in:
2023-12-30 16:11:20 +13:00
parent a552c30ba0
commit 128a1bf35f
6 changed files with 41 additions and 18 deletions
@@ -5,8 +5,10 @@
import FlutterMacOS
import Foundation
import path_provider_foundation
import shared_preferences_foundation
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
}