2024-05-09 09:46:23 +02:00
|
|
|
//
|
|
|
|
// Generated file. Do not edit.
|
|
|
|
//
|
|
|
|
|
|
|
|
import FlutterMacOS
|
|
|
|
import Foundation
|
|
|
|
|
2024-05-24 00:01:08 +02:00
|
|
|
import path_provider_foundation
|
2024-05-12 00:08:54 +02:00
|
|
|
import sqflite
|
2024-05-09 09:46:23 +02:00
|
|
|
|
|
|
|
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
|
2024-05-24 00:01:08 +02:00
|
|
|
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
|
2024-05-12 00:08:54 +02:00
|
|
|
SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin"))
|
2024-05-09 09:46:23 +02:00
|
|
|
}
|