cpd/macos/Flutter/GeneratedPluginRegistrant.s...

15 lines
362 B
Swift
Raw Normal View History

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
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"))
SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin"))
2024-05-09 09:46:23 +02:00
}