Rain/macos/Flutter/GeneratedPluginRegistrant.swift

17 lines
497 B
Swift
Raw Normal View History

2023-01-15 17:51:26 +03:00
//
// Generated file. Do not edit.
//
import FlutterMacOS
import Foundation
2023-02-11 22:56:56 +03:00
import geolocator_apple
2023-01-17 16:20:28 +03:00
import isar_flutter_libs
2023-01-26 15:29:06 +03:00
import path_provider_foundation
2023-01-15 17:51:26 +03:00
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
2023-02-11 22:56:56 +03:00
GeolocatorPlugin.register(with: registry.registrar(forPlugin: "GeolocatorPlugin"))
2023-01-17 16:20:28 +03:00
IsarFlutterLibsPlugin.register(with: registry.registrar(forPlugin: "IsarFlutterLibsPlugin"))
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
2023-01-15 17:51:26 +03:00
}