calorimeter/macos/Flutter/GeneratedPluginRegistrant.swift

17 lines
535 B
Swift
Raw Normal View History

//
// 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
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"))
}