2023-12-28 16:35:10 +13:00
|
|
|
//
|
|
|
|
// Generated file. Do not edit.
|
|
|
|
//
|
|
|
|
|
|
|
|
import FlutterMacOS
|
|
|
|
import Foundation
|
|
|
|
|
2023-12-28 17:48:18 +13:00
|
|
|
import shared_preferences_foundation
|
2023-12-28 16:35:10 +13:00
|
|
|
|
|
|
|
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
|
2023-12-28 17:48:18 +13:00
|
|
|
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
|
2023-12-28 16:35:10 +13:00
|
|
|
}
|