cpd_2024_todo/macos/Flutter/GeneratedPluginRegistrant.s...

17 lines
505 B
Swift
Raw Normal View History

2024-10-22 10:38:22 +02:00
//
// Generated file. Do not edit.
//
import FlutterMacOS
import Foundation
2024-10-29 13:13:10 +01:00
import path_provider_foundation
2024-10-22 10:38:22 +02:00
import shared_preferences_foundation
2024-10-29 13:13:10 +01:00
import sqflite_darwin
2024-10-22 10:38:22 +02:00
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
2024-10-29 13:13:10 +01:00
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
2024-10-22 10:38:22 +02:00
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
2024-10-29 13:13:10 +01:00
SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin"))
2024-10-22 10:38:22 +02:00
}