2022-11-12 22:55:45 +01:00
|
|
|
//
|
|
|
|
// Generated file. Do not edit.
|
|
|
|
//
|
|
|
|
|
|
|
|
import FlutterMacOS
|
|
|
|
import Foundation
|
|
|
|
|
2023-12-23 16:44:23 +01:00
|
|
|
import shared_preferences_foundation
|
2022-11-12 22:55:45 +01:00
|
|
|
|
|
|
|
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
|
2023-12-23 16:44:23 +01:00
|
|
|
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
|
2022-11-12 22:55:45 +01:00
|
|
|
}
|