2022-08-27 12:14:34 +02:00
|
|
|
//
|
|
|
|
// Generated file. Do not edit.
|
|
|
|
//
|
|
|
|
|
|
|
|
import FlutterMacOS
|
|
|
|
import Foundation
|
|
|
|
|
2024-06-19 23:24:42 +02:00
|
|
|
import shared_preferences_foundation
|
2022-08-27 12:14:34 +02:00
|
|
|
|
|
|
|
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
|
2022-09-17 21:31:10 +02:00
|
|
|
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
|
2022-08-27 12:14:34 +02:00
|
|
|
}
|