2024-03-17 13:15:50 +00:00
|
|
|
//
|
|
|
|
// Generated file. Do not edit.
|
|
|
|
//
|
|
|
|
|
|
|
|
import FlutterMacOS
|
|
|
|
import Foundation
|
|
|
|
|
2024-03-17 14:23:09 +00:00
|
|
|
import shared_preferences_foundation
|
2024-03-17 13:15:50 +00:00
|
|
|
|
|
|
|
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
|
2024-03-17 14:23:09 +00:00
|
|
|
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
|
2024-03-17 13:15:50 +00:00
|
|
|
}
|