ambito/macos/Flutter/GeneratedPluginRegistrant.swift

19 lines
591 B
Swift
Raw Permalink Normal View History

2024-09-13 21:32:34 +02:00
//
// Generated file. Do not edit.
//
import FlutterMacOS
import Foundation
2024-09-18 15:07:08 +02:00
import geolocator_apple
import isar_flutter_libs
import path_provider_foundation
import sqflite
2024-09-13 21:32:34 +02:00
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
2024-09-18 15:07:08 +02:00
GeolocatorPlugin.register(with: registry.registrar(forPlugin: "GeolocatorPlugin"))
IsarFlutterLibsPlugin.register(with: registry.registrar(forPlugin: "IsarFlutterLibsPlugin"))
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin"))
2024-09-13 21:32:34 +02:00
}