2024-05-29 22:58:26 +00:00
|
|
|
//
|
|
|
|
// Generated file. Do not edit.
|
|
|
|
//
|
|
|
|
|
|
|
|
import FlutterMacOS
|
|
|
|
import Foundation
|
|
|
|
|
2024-06-09 21:25:18 +00:00
|
|
|
import flutter_localization
|
2024-06-09 17:06:10 +00:00
|
|
|
import path_provider_foundation
|
2024-06-09 21:25:18 +00:00
|
|
|
import shared_preferences_foundation
|
2024-05-29 22:58:26 +00:00
|
|
|
|
|
|
|
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
|
2024-06-09 21:25:18 +00:00
|
|
|
FlutterLocalizationPlugin.register(with: registry.registrar(forPlugin: "FlutterLocalizationPlugin"))
|
2024-06-09 17:06:10 +00:00
|
|
|
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
|
2024-06-09 21:25:18 +00:00
|
|
|
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
|
2024-05-29 22:58:26 +00:00
|
|
|
}
|