2024-11-28 20:49:04 +04:00
|
|
|
//
|
|
|
|
// Generated file. Do not edit.
|
|
|
|
//
|
|
|
|
|
|
|
|
import FlutterMacOS
|
|
|
|
import Foundation
|
|
|
|
|
2024-12-18 17:34:45 +04:00
|
|
|
import shared_preferences_foundation
|
2024-11-28 20:49:04 +04:00
|
|
|
|
|
|
|
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
|
2024-12-18 17:34:45 +04:00
|
|
|
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
|
2024-11-28 20:49:04 +04:00
|
|
|
}
|